From a5c4da8ea8bce7779bd6105d649cd1a2e67c3bfd Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Thu, 16 May 2019 07:33:06 +0200 Subject: added draft type --- source/layouts/draft.njk | 61 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 source/layouts/draft.njk (limited to 'source/layouts/draft.njk') diff --git a/source/layouts/draft.njk b/source/layouts/draft.njk new file mode 100644 index 0000000..72923c9 --- /dev/null +++ b/source/layouts/draft.njk @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + {{ title }} + + + + + + + + + + + + + + + + {{ css }} + + + + + +
+ + {% include "navigation.njk" %} + +
+ +
+

{{ title }}

+

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

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