From 9a2c3669e57e1414e572b073b3c8147cf709df86 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Sat, 16 Dec 2023 05:48:55 -0600 Subject: [PATCH] switching header to more upstream --- config/_default/params.yaml | 2 +- layouts/partials/header/basic.html | 151 ----------------------------- 2 files changed, 1 insertion(+), 152 deletions(-) delete mode 100644 layouts/partials/header/basic.html diff --git a/config/_default/params.yaml b/config/_default/params.yaml index fe1bc26..7f2b507 100644 --- a/config/_default/params.yaml +++ b/config/_default/params.yaml @@ -10,7 +10,7 @@ author: - facebook: 'https://facebook.com/tfcconnection' - instagram: 'https://instagram.com/tfcconnection' header: - layout: basic + layout: fixed homepage: layout: page showRecent: false diff --git a/layouts/partials/header/basic.html b/layouts/partials/header/basic.html deleted file mode 100644 index 8966c61..0000000 --- a/layouts/partials/header/basic.html +++ /dev/null @@ -1,151 +0,0 @@ -
- {{ if .Site.Params.Logo -}} - {{ $logo := resources.Get .Site.Params.Logo }} - {{ if $logo }} -
- - {{ .Site.Title | markdownify | emojify }} - - {{ .Site.Title }} - - -
- {{ end }} - {{- end }} -
- - -
- - - - {{ partial "translations.html" . }} - - {{ if .Site.Params.enableSearch | default false }} - - {{ end }} - - {{/* Appearance switch */}} - {{ if .Site.Params.footer.showAppearanceSwitcher | default false }} - - {{ end }} - -
-
-
- - -
-
- - -