diff options
author | Benedict Eastaugh <benedict@eastaugh.net> | 2011-03-29 18:18:38 +0100 |
---|---|---|
committer | Benedict Eastaugh <benedict@eastaugh.net> | 2011-03-29 18:18:38 +0100 |
commit | 1a9c5460fe594c785fe7b206c14f038fdcb3dd82 (patch) | |
tree | 865b2df5a0e38a642c2d30d9e072c9d48e692207 /examples/morepages/templates | |
parent | aa3b3139864bc8c9b6e78dae0deadef3f3d6d4c3 (diff) | |
download | hakyll-1a9c5460fe594c785fe7b206c14f038fdcb3dd82.tar.gz |
Improve example template HTML slightly.
Diffstat (limited to 'examples/morepages/templates')
-rw-r--r-- | examples/morepages/templates/default.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/morepages/templates/default.html b/examples/morepages/templates/default.html index 8fcd9cb..6cd490a 100644 --- a/examples/morepages/templates/default.html +++ b/examples/morepages/templates/default.html @@ -17,6 +17,8 @@ $body$ - <div id="footer"> $footer$ </div> + <div id="footer"> + $footer$ + </div> </body> </html> |