From ed161e7fb20a697ecba070ef7db4c231d700f245 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Wed, 25 Mar 2020 05:12:40 +0100 Subject: Move to my own static generator --- templates/post.twig | 59 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 templates/post.twig (limited to 'templates/post.twig') diff --git a/templates/post.twig b/templates/post.twig new file mode 100644 index 0000000..bd9fdaa --- /dev/null +++ b/templates/post.twig @@ -0,0 +1,59 @@ + + + + + + + + + + + + + + + {{ options.title }} + + + + + + + + + + + + + + + + + + +
+ + {% include "partials/navigation.twig" %} + +
+
+

{{ options.title }}

+
+ + by {{ global.author }} +
+
+ {{ content }} +
+ +
+ + + {{ global.highlight }} + + + {{ global.ga }} + + + + -- cgit v1.2.3