added comment to edit

This commit is contained in:
constantinos 2023-07-13 09:59:54 +03:00
parent 45fc40531b
commit 608d28d916

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>--> <!-- remove mention of date in keyword view. any 13.07.23-->
<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) }}