diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a74e9382..2e557e71 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -27,7 +27,7 @@ jobs: build: runs-on: ubuntu-latest env: - HUGO_VERSION: 0.111.3 + HUGO_VERSION: 0.121.1 steps: - name: Install Golang uses: actions/setup-go@v4 diff --git a/assets/scss/_single.scss b/assets/scss/_single.scss index 5903278c..17d957d5 100644 --- a/assets/scss/_single.scss +++ b/assets/scss/_single.scss @@ -448,7 +448,7 @@ figure { svg { color: lch(60% 60 var(--accentHue)); - margin-right: 0.2rem; + margin-right: 0.3rem; vertical-align: -0.125em; width: 1em; height: 1em; diff --git a/config.toml b/config.toml index 4bc49545..2200b1c9 100644 --- a/config.toml +++ b/config.toml @@ -136,3 +136,7 @@ date = ["date", "publishDate", "lastmod", ":git"] baseName = 'feeds' [outputFormats.calendar] baseName = 'events' + name = 'calendar' + [outputFormats.rss] + baseName = 'index' + name = 'rss' diff --git a/layouts/photos/list.html b/layouts/photos/list.html index d1b6a9f4..df4b108d 100644 --- a/layouts/photos/list.html +++ b/layouts/photos/list.html @@ -4,10 +4,12 @@
{{ partial "generic-list-header.html" . }} -

- {{ with .Params.emoji }}{{end}} - {{ title (replace .Title "-" " ") }} -

+
+

+ {{ with .Params.emoji }}{{end}} + {{ title (replace .Title "-" " ") }} +

+
{{ if .Content }}
{{ .Content }}