diff --git a/templates/default.html b/templates/default.html index c145dcc..2df1569 100644 --- a/templates/default.html +++ b/templates/default.html @@ -87,11 +87,11 @@ $if(datetime)$ -
+

$title$

$else$ -
-

$title$

+
+

$title$

$endif$ $body$ diff --git a/templates/post.html b/templates/post.html index 22a3310..e01e5fc 100644 --- a/templates/post.html +++ b/templates/post.html @@ -1,12 +1,12 @@
- Posted on + Posted on $if(author)$ by $author$ $endif$ $if(tags)$ - in $tags$ + in $tags$ $endif$