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/draft.njk | 77 ++++++++++++++++++++++++------------------------ 1 file changed, 39 insertions(+), 38 deletions(-) (limited to 'source/layouts/draft.njk') diff --git a/source/layouts/draft.njk b/source/layouts/draft.njk index 72923c9..0f2091c 100644 --- a/source/layouts/draft.njk +++ b/source/layouts/draft.njk @@ -1,61 +1,62 @@ - - - - - + + + + + - + - + - {{ 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 "footer.njk" %} -
+
- + -- cgit v1.2.3