Bump to 0.161.1 and fix theme issues
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-05-02 10:17:53 +02:00
parent 0ad5d5f421
commit 75512d3ff7
7 changed files with 14 additions and 13 deletions
@@ -5,18 +5,18 @@
<link>{{ .Permalink }}</link>
<description>Latest blog posts from {{ .Site.Title }}</description>
{{ with .Site.LanguageCode }}
{{ with .Site.Language.Locale }}
<language>{{.}}</language>
{{end}}
{{ with .Site.Author.email }}
{{ with .Site.Params.social.email }}
<managingEditor>{{.}}
{{ with $.Site.Author.name }} ({{.}}){{end}}
{{ with $.Site.Params.author }} ({{.}}){{end}}
</managingEditor>
{{end}}
{{ with .Site.Author.email }}
<webMaster>{{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}
{{ with .Site.Params.social.email }}
<webMaster>{{.}}{{ with $.Site.Params.author }} ({{.}}){{end}}
</webMaster>
{{end}}
@@ -38,7 +38,7 @@
<title>{{ .Title }}</title>
<link>{{ .Permalink }}</link>
<pubDate>{{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }}</pubDate>
{{ with .Site.Author.email }}<author>{{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}</author>{{end}}
{{ with .Site.Params.social.email }}<author>{{.}}{{ with $.Site.Params.author }} ({{.}}){{end}}</author>{{end}}
<guid>{{ .Permalink }}</guid>
<description>{{ .Summary | markdownify }}</description>
</item>
@@ -1,6 +1,6 @@
<footer class='page-footer'>
{{- $socialMap := .Site.Data.notrack.social }}
{{- $socialMap := hugo.Data.notrack.social }}
{{- with $.Site.Params.social }}
<div class="social">
<ul>
@@ -3,7 +3,7 @@
<title>{{ .Site.Title }} {{ with .Title }}- {{ . }} {{ end }}</title>
<link rel="stylesheet" type="text/css" href="{{ "css/fonts.css" | relURL }}">
<link rel="stylesheet" type="text/css" href="{{ "css/fontawesome.css" | relURL }}">
{{ $options := dict "transpiler" "libsass" "targetPath" "css/styles.css" -}}
{{ $options := dict "transpiler" "dartsass" "targetPath" "css/styles.css" -}}
{{ $style := resources.Get "styles.scss" | toCSS $options | minify | fingerprint -}}
<link rel="stylesheet" type="text/css" href="{{ $style.RelPermalink }}">
{{ with resources.Get "css/userstyles.css" }}
@@ -1,5 +1,5 @@
{{ with $.Page.Site.Params.social }}
{{ $socialMap := $.Page.Site.Data.notrack.social }}
{{ $socialMap := hugo.Data.notrack.social }}
{{ $width := default "12em" (.Params.Get "width") }}
{{ $height := default "auto" (.Params.Get "height") }}
{{ $float := default "right" (.Params.Get "float") }}
@@ -1,4 +1,4 @@
{{ $socialMap := .Site.Data.notrack.social }}
{{ $socialMap := hugo.Data.notrack.social }}
{{ with $.Site.Params.social }}
<div class="social">