From 421677613114bb40780d3a5516b6930d386d0b09 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Mon, 21 Oct 2019 06:49:39 +0200 Subject: Added comments and updated CV --- source/layouts/post.njk | 81 ++++++++++++++++++++++++++----------------------- 1 file changed, 43 insertions(+), 38 deletions(-) (limited to 'source/layouts/post.njk') diff --git a/source/layouts/post.njk b/source/layouts/post.njk index 72923c9..9851c13 100644 --- a/source/layouts/post.njk +++ b/source/layouts/post.njk @@ -1,61 +1,66 @@ - - - - - + + + + + - + - + - {{ title }} - - + {{ title }} + + - - - - - + + + + + - - - - - + + + + + - {{ css }} + {{ css }} - + - + -
+
- {% include "navigation.njk" %} + {% include "navigation.njk" %} -
+
-
-

{{ title }}

-

Published on - - by {{ vars.author }}

-
+
+

{{ title }}

+

Published on + + by + {{ vars.author }}

+
- {{ content|safe }} +
+ {{ content|safe }} +
-
+
- {{ javascript }} + {{ javascript }} - {% include "footer.njk" %} + {% include "comments.njk" %} -
+ {% include "footer.njk" %} - +
+ + -- cgit v1.2.3