diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index db61d1a..68e8415 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -13,4 +13,4 @@ - \ No newline at end of file + diff --git a/layouts/_default/list.html b/layouts/_default/list.html index 2844b33..17b8e0f 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -8,17 +8,17 @@ -{{ end }} \ No newline at end of file +{{ end }} diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 8e47bb5..c64e2fb 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -14,4 +14,4 @@ {{- partial "prose.html" . -}} -{{ end }} \ No newline at end of file +{{ end }} diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index ed254f1..f06575f 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1,4 +1,7 @@ \ No newline at end of file +
+ Theme + Holy +
+ diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 236cc94..306c4bf 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -26,6 +26,6 @@ --font-sans: "Inter var", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji; } - + {{- partial "head-extra.html" . -}} diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 62955fb..dca08e6 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -10,11 +10,11 @@ ">
- {{ if not .Site.Params.HeaderTitle }} - {{ .Site.Title }} - {{ else }} - {{ .Site.Params.HeaderTitle }} - {{ end }} + {{ if not .Site.Params.HeaderTitle }} + {{ .Site.Title }} + {{ else }} + {{ .Site.Params.HeaderTitle }} + {{ end }}
diff --git a/layouts/partials/li.html b/layouts/partials/li.html index e4f33e2..dc3840e 100644 --- a/layouts/partials/li.html +++ b/layouts/partials/li.html @@ -1,5 +1,6 @@
- + {{ .title }}
diff --git a/layouts/partials/prose.html b/layouts/partials/prose.html index 5d3bd51..5fcfe37 100644 --- a/layouts/partials/prose.html +++ b/layouts/partials/prose.html @@ -37,4 +37,4 @@ _:where(hr){h:2;_bg:fade-10;_bg:fade-70@dark;_my:3em} "> {{- .Content -}} -
\ No newline at end of file +