summaryrefslogtreecommitdiff
path: root/examples/brochure/templates
diff options
context:
space:
mode:
authorBenedict Eastaugh <benedict@eastaugh.net>2011-03-29 18:18:38 +0100
committerBenedict Eastaugh <benedict@eastaugh.net>2011-03-29 18:18:38 +0100
commit1a9c5460fe594c785fe7b206c14f038fdcb3dd82 (patch)
tree865b2df5a0e38a642c2d30d9e072c9d48e692207 /examples/brochure/templates
parentaa3b3139864bc8c9b6e78dae0deadef3f3d6d4c3 (diff)
downloadhakyll-1a9c5460fe594c785fe7b206c14f038fdcb3dd82.tar.gz
Improve example template HTML slightly.
Diffstat (limited to 'examples/brochure/templates')
-rw-r--r--examples/brochure/templates/default.html2
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>