diff options
author | Benedict Eastaugh <benedict@eastaugh.net> | 2011-03-27 22:50:32 +0100 |
---|---|---|
committer | Benedict Eastaugh <benedict@eastaugh.net> | 2011-03-29 17:30:23 +0100 |
commit | 9ddde6c0fac02268ebf0c22a0ee3e22079a5d124 (patch) | |
tree | 35db8b8210f299b363f17f8d404ce3f8a3180a2d /examples/feedblog/templates/post.html | |
parent | 87234295cf67aa00e7b8128896a05212f2fa9cdc (diff) | |
download | hakyll-9ddde6c0fac02268ebf0c22a0ee3e22079a5d124.tar.gz |
Update feedblog example to work with Hakyll 3.
Diffstat (limited to 'examples/feedblog/templates/post.html')
-rw-r--r-- | examples/feedblog/templates/post.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/feedblog/templates/post.html b/examples/feedblog/templates/post.html index 46797a4..e2864ba 100644 --- a/examples/feedblog/templates/post.html +++ b/examples/feedblog/templates/post.html @@ -1,4 +1,4 @@ -<h1>$title</h1> -by <em>$author</em> on <strong>$date</strong> +<h1>$title$</h1> +by <em>$author$</em> on <strong>$date$</strong> -$body +$body$ |