diff options
author | Alan Pearce | 2020-01-11 19:12:13 +0100 |
---|---|---|
committer | Alan Pearce | 2020-01-11 19:12:13 +0100 |
commit | 3f1c89f5cd5b4c3a51f00d5dbe5d5e60d03a5851 (patch) | |
tree | ac05f759c838dad49001c2690c7c423de9bfe961 /themes | |
parent | 91796f21c74558ec438f3b346ae95d125333a0a9 (diff) | |
download | website-3f1c89f5cd5b4c3a51f00d5dbe5d5e60d03a5851.tar.lz website-3f1c89f5cd5b4c3a51f00d5dbe5d5e60d03a5851.tar.zst website-3f1c89f5cd5b4c3a51f00d5dbe5d5e60d03a5851.zip |
Remove unused code
Diffstat (limited to 'themes')
-rw-r--r-- | themes/xmin/layouts/_default/single.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/themes/xmin/layouts/_default/single.html b/themes/xmin/layouts/_default/single.html index 54acdc6..1e27d65 100644 --- a/themes/xmin/layouts/_default/single.html +++ b/themes/xmin/layouts/_default/single.html @@ -2,7 +2,6 @@ <article class="h-entry"> <header> <h1><span class="title p-name">{{ .Title | markdownify }}</span></h1> - {{ with .Params.author }}<h2 class="author">{{ . }}</h2>{{ end }} {{ if (gt .Params.date 0) }}<time class="dt-published" datetime="{{ .Date.Format "2006-01-02T15:04:05Z" }}">{{ .Date.Format "2006-01-02" }}</time>{{ end }} <p class="terms"> {{ range $i := (slice "categories" "tags") }} |