User can click on them to reload
@@ -15,7 +15,7 @@
</script>
<div class="row-fluid">
<header class="page_header span12">
- <h1> {{ article.title }} <small> {%if article.subtext %} {{ article.subtext }} {% endif %} </small></h1>
+ <h1><a href="/{{ article.url }}"> {{ article.title }} {%if article.subtext %} <small> {{ article.subtext }} </small> {% endif %} </a></h1>
</header>
</div>
@@ -14,7 +14,7 @@ All Categories - {{ super() }}
<header class="page_header span10 offset2">
- <h1>All Categories</h1>
+ <h1><a href="/categories.html">All Categories</a></h1>
@@ -51,7 +51,7 @@ All Tags - {{ super() }}
- <h1>All Tags</h1>
+ <h1><a href="/tags.html">All Tags</a></h1>