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}}}