Cut date from notes
This commit is contained in:
@@ -8,7 +8,6 @@
|
||||
{{ range (where .Site.RegularPages "Type" "in" "notes") }}
|
||||
<li>
|
||||
<a href="{{ .Permalink }}">{{ .Title }}</a>
|
||||
{{ .Date | time.Format "(2006-01-02)" }}
|
||||
</li>
|
||||
{{ end }}
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user