From 7ad569d9a02829941c6c528a5d7ec5d884727a92 Mon Sep 17 00:00:00 2001 From: Elie Génard Date: Sun, 21 May 2017 14:31:08 +0100 Subject: Use semantic html in example --- data/example/templates/post.html | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) (limited to 'data/example/templates/post.html') diff --git a/data/example/templates/post.html b/data/example/templates/post.html index bf0f826..732149b 100644 --- a/data/example/templates/post.html +++ b/data/example/templates/post.html @@ -1,8 +1,11 @@ -
- Posted on $date$ - $if(author)$ - by $author$ - $endif$ -
- -$body$ +
+
+ Posted on $date$ + $if(author)$ + by $author$ + $endif$ +
+
+ $body$ +
+
-- cgit v1.2.3