Cut date from notes

This commit is contained in:
David Eisinger
2023-04-30 23:22:11 -04:00
parent 6d7d347e76
commit 7005c0d519
2 changed files with 0 additions and 13 deletions

View File

@@ -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>