all repos — website @ 3f1c89f5cd5b4c3a51f00d5dbe5d5e60d03a5851

My website

Remove unused code
Alan Pearce alan@alanpearce.eu
Sat, 11 Jan 2020 19:12:13 +0100
commit

3f1c89f5cd5b4c3a51f00d5dbe5d5e60d03a5851

parent

91796f21c74558ec438f3b346ae95d125333a0a9

1 files changed, 0 insertions(+), 1 deletions(-)

jump to
M themes/xmin/layouts/_default/single.htmlthemes/xmin/layouts/_default/single.html
@@ -2,7 +2,6 @@ {{ define "main" }} <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") }}