@@ -2,7 +2,7 @@
{{ if not .Params.hidetitle}}
<h1>
- {{ .Title }}
+ <a href="{{ .RelPermalink }}">{{ .Title }}</a>
</h1>
{{end }}
@@ -17,4 +17,4 @@
{{ partial "tagsView.html" . }}
{{ partial "comments.html" . }}
-</article>
+</article>