From f5613007297731d12f65ef81e1abacafe1f38cec Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Sat, 16 Aug 2025 19:10:21 +0200 Subject: fork: Typo as Tastefejl --- layouts/_default/home.html | 16 +--------------- layouts/partials/footer.html | 4 ++-- layouts/partials/opengraph.html | 12 ------------ 3 files changed, 3 insertions(+), 29 deletions(-) (limited to 'layouts') diff --git a/layouts/_default/home.html b/layouts/_default/home.html index 4c8ebd7..e58a520 100644 --- a/layouts/_default/home.html +++ b/layouts/_default/home.html @@ -16,20 +16,6 @@ {{ end }} -{{/* Social Icons */}} - -{{ with site.Params.social }} -
- {{- range . }} - - {{ partial "svg.html" . }} - - {{- end }} -
-{{ end }} - {{/* Collection Section */}} {{ if .Site.Params.homeCollection }} @@ -58,4 +44,4 @@ {{ end }} -{{ end }} \ No newline at end of file +{{ end }} diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index cb20f6f..e7d754c 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -7,10 +7,10 @@

Powered by Hugo and - tomfran/typo + tastefejl

{{ end }} - + {{ with .Site.Params.footerContent }}

{{ . | markdownify }}

{{ end }} diff --git a/layouts/partials/opengraph.html b/layouts/partials/opengraph.html index d770df1..35ba416 100644 --- a/layouts/partials/opengraph.html +++ b/layouts/partials/opengraph.html @@ -80,15 +80,3 @@ {{- end }} {{- end }} {{- end }} - -{{- with site.Params.social }} - {{- if reflect.IsMap . }} - {{- with .facebook_app_id }} - - {{- else }} - {{- with .facebook_admin }} - - {{- end }} - {{- end }} - {{- end }} -{{- end }} \ No newline at end of file -- cgit v1.2.3