From 391713a00ca5de03c806e514eef59a26235fba26 Mon Sep 17 00:00:00 2001 From: Yoan Blanc Date: Tue, 2 May 2017 15:42:05 +0200 Subject: [PATCH] Hide the download title section altogether. E.g. step16 shows an empty section. Signed-off-by: Yoan Blanc --- src/layouts/guide_step.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layouts/guide_step.pug b/src/layouts/guide_step.pug index ebbbf2f..795edd6 100644 --- a/src/layouts/guide_step.pug +++ b/src/layouts/guide_step.pug @@ -1,8 +1,8 @@ extends default.pug block extra - h2 Download if download + h2 Download p Are you stuck? Take a look at = ' ' a(href=relative(download), download) the source code