From 2f41dd86c826c3754f49a55a5fd87c5e924417cc Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Sun, 14 May 2017 16:43:31 +0200 Subject: Omit empty titles from articles. --- templates/article.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/article.html b/templates/article.html index aed5406..cde94fc 100644 --- a/templates/article.html +++ b/templates/article.html @@ -1,6 +1,8 @@
-

{title}

+ {.section title} +

{@}

+ {.end}
-- cgit v1.2.3