diff options
Diffstat (limited to 'layouts/_default/single.html')
-rw-r--r-- | layouts/_default/single.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 5c5b389..52544bf 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -1,8 +1,6 @@ {{ define "main" }} <article> - <a href="{{ .Page.Permalink }}"> - <h2>{{ .Page.Title }}</h2> - </a> + <h2>{{ .Page.Title }}</h2> {{- if not (eq .Page.Type "special") }} <time datetime="{{.PublishDate.Format "2006-01-02" }}"> {{ .PublishDate.Format "January 2, 2006" }} |