summaryrefslogtreecommitdiff
path: root/examples/feedblog/templates/default.html
diff options
context:
space:
mode:
Diffstat (limited to 'examples/feedblog/templates/default.html')
-rw-r--r--examples/feedblog/templates/default.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/feedblog/templates/default.html b/examples/feedblog/templates/default.html
index b7a3c1e..7aac5d5 100644
--- a/examples/feedblog/templates/default.html
+++ b/examples/feedblog/templates/default.html
@@ -14,10 +14,10 @@
<body>
<h1>SimpleBlog - $title$</h1>
<div id="navigation">
- <a href="/index.html">Home</a>
+ <a href="/">Home</a>
<a href="/posts.html">All posts</a>
</div>
-
+
$body$
</body>
</html>