forked from mirrors/hugo-tufte
Fix unclosed <a> tag.
This commit is contained in:
parent
82958f2609
commit
363c1d6497
3 changed files with 3 additions and 3 deletions
layouts/partials
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue