diff options
Diffstat (limited to '')
-rw-r--r-- | site/templates/post.html | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/site/templates/post.html b/site/templates/post.html index 428ebff..7aa2775 100644 --- a/site/templates/post.html +++ b/site/templates/post.html @@ -1,9 +1,6 @@ <article> <section class="header"> Posted on $date$ - $if(author)$ - by $author$ - $endif$ </section> <section> $body$ |