diff options
author | d-s <ds@voyager.local> | 2023-05-19 13:21:49 +0200 |
---|---|---|
committer | d-s <ds@voyager.local> | 2023-05-19 13:21:49 +0200 |
commit | 97e1392c67b26723c3c7deab12ca9fc9844195c0 (patch) | |
tree | da15feb8a8160bdfeaa8814e9e4d83e207be69b5 /layouts/_default/single.html | |
parent | 8f29ee203e20a38969fdeaa437bea388705eed63 (diff) |
feat: pimp my homepage
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" }} |