update site for hugo v0.146.2 and fix url issues with some rss feeds

This commit is contained in:
Simon Belmont 2025-04-12 14:28:46 -04:00
parent 88a877c883
commit c12d8c4168
14 changed files with 6 additions and 6 deletions

1
layouts/index.json Normal file
View file

@ -0,0 +1 @@
{{- $.Scratch.Add "index" slice -}} {{- range .Site.RegularPages -}} {{- $.Scratch.Add "index" (dict "date" (.PublishDate.Format "01-12-2006") "title" .Title "tags" .Params.tags "section" (index .Params.categories 0) "desc" .Plain "summary" (printf "%s..." (substr (.Summary | plainify) 0 90)) "permalink" .Permalink) -}} {{- end -}} {{- $.Scratch.Get "index" | jsonify -}}