Go edit to remove date from Keywords view
This commit is contained in:
parent
0f8cd73830
commit
45fc40531b
1 changed files with 1 additions and 1 deletions
|
@ -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) }}
|
||||
|
|
Loading…
Add table
Reference in a new issue