about summary refs log tree commit diff stats
path: root/themes/xmin/layouts
diff options
context:
space:
mode:
authorAlan Pearce2020-01-11 19:12:13 +0100
committerAlan Pearce2020-01-11 19:12:13 +0100
commit3f1c89f5cd5b4c3a51f00d5dbe5d5e60d03a5851 (patch)
treeac05f759c838dad49001c2690c7c423de9bfe961 /themes/xmin/layouts
parent91796f21c74558ec438f3b346ae95d125333a0a9 (diff)
downloadwebsite-3f1c89f5cd5b4c3a51f00d5dbe5d5e60d03a5851.tar.lz
website-3f1c89f5cd5b4c3a51f00d5dbe5d5e60d03a5851.tar.zst
website-3f1c89f5cd5b4c3a51f00d5dbe5d5e60d03a5851.zip
Remove unused code
Diffstat (limited to 'themes/xmin/layouts')
-rw-r--r--themes/xmin/layouts/_default/single.html1
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 @@
2<article class="h-entry"> 2<article class="h-entry">
3 <header> 3 <header>
4 <h1><span class="title p-name">{{ .Title | markdownify }}</span></h1> 4 <h1><span class="title p-name">{{ .Title | markdownify }}</span></h1>
5 {{ with .Params.author }}<h2 class="author">{{ . }}</h2>{{ end }}
6 {{ if (gt .Params.date 0) }}<time class="dt-published" datetime="{{ .Date.Format "2006-01-02T15:04:05Z" }}">{{ .Date.Format "2006-01-02" }}</time>{{ end }} 5 {{ if (gt .Params.date 0) }}<time class="dt-published" datetime="{{ .Date.Format "2006-01-02T15:04:05Z" }}">{{ .Date.Format "2006-01-02" }}</time>{{ end }}
7 <p class="terms"> 6 <p class="terms">
8 {{ range $i := (slice "categories" "tags") }} 7 {{ range $i := (slice "categories" "tags") }}