all repos — homestead @ 3b56e6e07dc715dcb5b6505b2d1b8449c9e16588

Code for my website

Remove unused code

Alan Pearce
commit

3b56e6e07dc715dcb5b6505b2d1b8449c9e16588

parent

b84e762e26ecb417966ca328055c7ed8e347c789

1 file changed, 0 insertions(+), 1 deletion(-)

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") }}