about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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") }}