diff options
author | Martin Fischer <martin@push-f.com> | 2025-08-16 19:10:21 +0200 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2025-08-16 20:52:56 +0200 |
commit | f5613007297731d12f65ef81e1abacafe1f38cec (patch) | |
tree | bff774bfb996e0605ee9309c8cfe77037d103f50 /layouts/partials | |
parent | 47ad2d183c2487539c07918763ccce3daee2b665 (diff) |
fork: Typo as Tastefejl
Diffstat (limited to 'layouts/partials')
-rw-r--r-- | layouts/partials/footer.html | 4 | ||||
-rw-r--r-- | layouts/partials/opengraph.html | 12 |
2 files changed, 2 insertions, 14 deletions
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 @@ <p>Powered by <a href="https://gohugo.io/">Hugo</a> and - <a href="https://github.com/tomfran/typo">tomfran/typo</a> + <a href="https://git.push-f.com/tastefejl/">tastefejl</a> </p> {{ end }} - + {{ with .Site.Params.footerContent }} <p>{{ . | markdownify }}</p> {{ 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 }} - <meta property="fb:app_id" content="{{ . }}"> - {{- else }} - {{- with .facebook_admin }} - <meta property="fb:admins" content="{{ . }}"> - {{- end }} - {{- end }} - {{- end }} -{{- end }}
\ No newline at end of file |