From 3fe84e39dd2ddbc3f9f75f02b9bc543c2012f4e2 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Fri, 22 May 2020 12:48:29 +0200 Subject: Added comments --- templates/post.twig | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'templates/post.twig') diff --git a/templates/post.twig b/templates/post.twig index e7d01bd..553c76e 100644 --- a/templates/post.twig +++ b/templates/post.twig @@ -43,7 +43,21 @@ by {{ global.author }} + + {% if options.hide == 'true' %} +
Draft
+ {% endif %} + {{ content }} + +
+ + + -- cgit v1.2.3