diff --git a/content/writing/a-new-living-arrangement/_index.md b/content/writing/a-new-living-arrangement/_index.md index c8f9043..40d55e1 100644 --- a/content/writing/a-new-living-arrangement/_index.md +++ b/content/writing/a-new-living-arrangement/_index.md @@ -1,8 +1,7 @@ +++ title = "a new living arrangement" -author = "\\@chirpbirb" +author = "@chirpbirb" publishDate = "2021-03-16T21:03:00" -type = "showcase" +++ **rating:** *Questionable (13+)* diff --git a/content/writing/release/_index.md b/content/writing/release/_index.md index 563d5ca..76e1cf6 100644 --- a/content/writing/release/_index.md +++ b/content/writing/release/_index.md @@ -2,7 +2,6 @@ title = "release" author = "@chirpbirb" publishDate = "2023-07-08T20:19:00" -type = "showcase" +++ **rating:** *Explicit (18+)* diff --git a/hugo.toml b/hugo.toml index 2029092..824dccf 100644 --- a/hugo.toml +++ b/hugo.toml @@ -2,6 +2,7 @@ baseURL = 'https://birdcat.online/' languageCode = 'en-us' title = '🐥😺 birdcat dot online 🌐' theme = 'aviary' +enableGitInfo = true [[menus.main]] name = 'home' @@ -32,9 +33,3 @@ weight = 50 name = 'links' pageRef = '/links' weight = 60 - -enableGitInfo = true - -[frontmatter] -date = ["date", "publishDate", "lastmod"] -lastmod = ["lastmod", ":git", "date", "publishDate"] diff --git a/themes/aviary/layouts/_default/list.html b/themes/aviary/layouts/_default/list.html index 802ae36..5edd4b7 100644 --- a/themes/aviary/layouts/_default/list.html +++ b/themes/aviary/layouts/_default/list.html @@ -10,7 +10,7 @@ {{ $lastMachine := .Lastmod.Format "2006-01-02T15:04:05-07:00" }}

reading time: {{ lower .ReadingTime }} mins

first posted:

- {{ if ne $lastUpdated $dateHuman }} + {{ if ne $lastUpdated $lastMachine }}

last updated:

{{ end }} {{ end }} diff --git a/themes/aviary/layouts/partials/head/js.html b/themes/aviary/layouts/partials/head/js.html index 18fe842..489b2e3 100644 --- a/themes/aviary/layouts/partials/head/js.html +++ b/themes/aviary/layouts/partials/head/js.html @@ -10,3 +10,4 @@ {{- end }} {{- end }} {{- end }} + diff --git a/themes/aviary/layouts/showcase/single.html b/themes/aviary/layouts/showcase/single.html index 27efe8d..4b43ab7 100644 --- a/themes/aviary/layouts/showcase/single.html +++ b/themes/aviary/layouts/showcase/single.html @@ -7,9 +7,10 @@

reading time: {{ lower .ReadingTime }} mins

first posted:

- {{ if ne $lastUpdated $dateHuman }} + {{ if ne $lastUpdated $lastMachine }}

last updated:

{{ end }}
{{ .Content }} + test {{ end }}