diff options
Diffstat (limited to 'themes/xmin/layouts')
-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") }} |