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