davideisinger.com

My personal website
Log | Files | Refs | README

commit 7005c0d519de58d0a1c29cdb7b68ae591147ee3c
parent 6d7d347e762de18aecf2329704e969429e72982b
Author: David Eisinger <[email protected]>
Date:   Sun, 30 Apr 2023 23:22:11 -0400

Cut date from notes

Diffstat:
Mthemes/v2/layouts/notes/list.html | 1-
Mthemes/v2/layouts/notes/single.html | 12------------
2 files changed, 0 insertions(+), 13 deletions(-)

diff --git a/themes/v2/layouts/notes/list.html b/themes/v2/layouts/notes/list.html @@ -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> diff --git a/themes/v2/layouts/notes/single.html b/themes/v2/layouts/notes/single.html @@ -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 }}