1
0
Fork 0
forked from mirrors/hugo-tufte

Fix unclosed <a> tag.

This commit is contained in:
Shawn O'Hare 2016-01-15 10:08:17 -08:00
commit 363c1d6497
3 changed files with 3 additions and 3 deletions
layouts/partials

View file

@ -1,7 +1,7 @@
<section>
<h1 class="content-title">
{{ if .IsNode }}
<a href="{{ .Permalink }}">{{ .Title}}<a>
<a href="{{ .Permalink }}">{{ .Title}}</a>
{{ else }}
<a href="{{ .RelPermalink }}">{{ .Title }}{{ if .Draft }} :: Draft {{end}}</a>
{{ end }}