summaryrefslogtreecommitdiff
path: root/data/example/templates
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2013-06-12 12:15:53 +0200
committerJasper Van der Jeugt <m@jaspervdj.be>2013-06-12 12:15:53 +0200
commita591b1622fe9608bc1dc485b74a54730c958bf4d (patch)
tree91eb3e9704eb4344fa409d4ffa389e2a2c083012 /data/example/templates
parent2c2b9b21df068fdc19a8edc718145e8ab757eecc (diff)
downloadhakyll-a591b1622fe9608bc1dc485b74a54730c958bf4d.tar.gz
All ready for the 4.3 release!
Diffstat (limited to 'data/example/templates')
-rw-r--r--data/example/templates/post.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/data/example/templates/post.html b/data/example/templates/post.html
index 4b39962..bf0f826 100644
--- a/data/example/templates/post.html
+++ b/data/example/templates/post.html
@@ -1,3 +1,8 @@
-<div class="info">Posted on $date$</div>
+<div class="info">
+ Posted on $date$
+ $if(author)$
+ by $author$
+ $endif$
+</div>
$body$