From 9440dec6dc4a26a31b7a3e200127491dacf1ff61 Mon Sep 17 00:00:00 2001 From: nek0 Date: Tue, 24 Sep 2019 05:07:49 +0200 Subject: [PATCH] moar microdata --- templates/default.html | 6 +++--- templates/post.html | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) 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$