From e303848b624e5c42225b663af08e10a7f5abbc25 Mon Sep 17 00:00:00 2001 From: Thomas Date: Mon, 29 Mar 2021 17:10:23 +0200 Subject: [PATCH] Fixed tags html --- raws/projets/2021-01-01_nexusV7.md | 3 +-- resources/css/style.css | 10 ++++++++++ templates/article.hbs | 6 +++--- 3 files changed, 14 insertions(+), 5 deletions(-) diff --git a/raws/projets/2021-01-01_nexusV7.md b/raws/projets/2021-01-01_nexusV7.md index 3ec760a..a93df7c 100644 --- a/raws/projets/2021-01-01_nexusV7.md +++ b/raws/projets/2021-01-01_nexusV7.md @@ -1,7 +1,6 @@ --- title: NexusV7 -tags: Static site generator -tags: rust, static site generator +tags: rust handlebars markdown static site generator date: 2021-01-01 yearonly: true url: nexusv7.html diff --git a/resources/css/style.css b/resources/css/style.css index beb3ab9..3c769c8 100644 --- a/resources/css/style.css +++ b/resources/css/style.css @@ -197,6 +197,16 @@ footer { background-color: rgb(219, 219, 219); } +.contentContainer article h5 { + margin: 0px; +} + +.contentContainer article h6 { + margin: 0px; + color: #999; + font-size: 11px; +} + .contentContainer img{ width: 60%; display:block; diff --git a/templates/article.hbs b/templates/article.hbs index a5ed259..eb895ae 100644 --- a/templates/article.hbs +++ b/templates/article.hbs @@ -1,12 +1,12 @@

{{post.title}}

-
+
{{post.date_printable}}
+
{{#each post.tags}} {{this}} {{/each}} -
-
{{post.date_printable}}
+
{{{post.body}}}