From 89b79de97d8215ffc89ca99ca47cf404402e3411 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Wed, 22 Mar 2023 21:05:30 -0700 Subject: [PATCH] Remove social partial, shortcode --- layouts/partials/paige/social.html | 11 ----------- layouts/shortcodes/paige/social.html | 7 ------- 2 files changed, 18 deletions(-) delete mode 100644 layouts/partials/paige/social.html delete mode 100644 layouts/shortcodes/paige/social.html diff --git a/layouts/partials/paige/social.html b/layouts/partials/paige/social.html deleted file mode 100644 index 2e2e5720..00000000 --- a/layouts/partials/paige/social.html +++ /dev/null @@ -1,11 +0,0 @@ -{{ $page := . }} - - - {{ range $k, $v := $page.Param "paige.social" }} - {{ if hasPrefix $v.link "mailto:" }} - {{ $v.name }} - {{ else }} - {{ $v.name }} - {{ end }} - {{ end }} - diff --git a/layouts/shortcodes/paige/social.html b/layouts/shortcodes/paige/social.html deleted file mode 100644 index e590a1da..00000000 --- a/layouts/shortcodes/paige/social.html +++ /dev/null @@ -1,7 +0,0 @@ -{{ $page := .Page }} - -{{ if $page.Param "paige.social" }} -

- {{ partial "paige/social.html" $page }} -

-{{ end }}