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>

View File

@@ -3,18 +3,6 @@
<h2>{{ .Title }}</h2>
<h3>
Posted {{ .Date | time.Format "2006-01-02" }}
{{ if .Params.tags }}
under
{{ range .Params.tags }}
<a href="/tags/{{ . | urlize }}">#{{ . }}</a>
{{ end }}
{{ end }}
</h3>
{{ .Content }}
{{ with .Params.References }}