From de8be5074f1d7d105b505ad30436ff881c48f918 Mon Sep 17 00:00:00 2001 From: Florrie Date: Wed, 14 Nov 2018 21:52:06 -0400 Subject: Move download link below instructions/N&C Just an experiment. I wonder if this will make it easier to pay attention to the instructions / notes and credits. --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 588d76e..7a2d009 100755 --- a/index.js +++ b/index.js @@ -369,7 +369,6 @@ const handleRequest = async (request, response) => { await page(request, response, fixWS`

${project.title}

The thumbnail for this project

-

Download!

${project.instructions ? fixWS`

Instructions

${templates.longField(project.instructions)} @@ -382,6 +381,7 @@ const handleRequest = async (request, response) => { ` : fixWS`

(No notes and credits.)

`} +

Download!

`) return -- cgit 1.3.0-6-gf8a5