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/brochure | |
parent | aa3b3139864bc8c9b6e78dae0deadef3f3d6d4c3 (diff) | |
download | hakyll-1a9c5460fe594c785fe7b206c14f038fdcb3dd82.tar.gz |
Improve example template HTML slightly.
Diffstat (limited to 'examples/brochure')
-rw-r--r-- | examples/brochure/templates/default.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/brochure/templates/default.html b/examples/brochure/templates/default.html index 8fb75cb..44d1cd0 100644 --- a/examples/brochure/templates/default.html +++ b/examples/brochure/templates/default.html @@ -11,7 +11,7 @@ <body> <h1>MyAweSomeCompany - $title$</h1> <div id="navigation"> - <a href="/index.html">Home</a> + <a href="/">Home</a> <a href="/about.html">About</a> <a href="/code.html">Code</a> </div> |