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
@@ -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" }}