Go edit to remove date from Keywords view

This commit is contained in:
constantinos 2023-07-13 09:45:32 +03:00
parent 0f8cd73830
commit 45fc40531b

View file

@ -12,7 +12,7 @@
{{ else }}
<div class="coretitle"><span class="supt">{{ index $p 0 }}</span>{{ index $p 1 }}</div>
{{ range .Pages.ByDate.Reverse }}
<div class="blog-date">{{ .Date.Format "Jan 2, 2006" }}</div>
<!--<div class="blog-date">{{ .Date.Format "Jan 2, 2006" }}</div>-->
<div class="blog-title"><a href="{{ .RelPermalink }}{{ if eq hugo.Environment "offline" }}index.html{{ end }}">{{ .Title }}</a></div>
{{ range $n, $authorFile := .Params.authors }}
{{ $author := $.GetPage (printf "/author/%s" $authorFile) }}