From a78b1edd0e046e0fcf98845443154c83f356fad8 Mon Sep 17 00:00:00 2001 From: yequari Date: Thu, 14 Mar 2024 07:50:14 -0700 Subject: [PATCH] add email back --- config.yaml | 4 ++-- layouts/partials/left-sidebar.html | 6 ------ layouts/partials/right-sidebar.html | 3 --- 3 files changed, 2 insertions(+), 11 deletions(-) delete mode 100644 layouts/partials/left-sidebar.html delete mode 100644 layouts/partials/right-sidebar.html diff --git a/config.yaml b/config.yaml index a589153..0046d9e 100644 --- a/config.yaml +++ b/config.yaml @@ -44,10 +44,10 @@ menu: class: rss url: /blog/index.xml weight: 5 - - name: yequari[a]32bit[.]cafe + - name: yequari@32bit.cafe params: icon: aero-email-2.svg rel: external class: email - url: + url: mailto:yequari@32bit.cafe weight: 30 diff --git a/layouts/partials/left-sidebar.html b/layouts/partials/left-sidebar.html deleted file mode 100644 index 3275df2..0000000 --- a/layouts/partials/left-sidebar.html +++ /dev/null @@ -1,6 +0,0 @@ -

Latest Blog Posts

-{{ range first 3 (where .Site.RegularPages.ByDate.Reverse "Section" "blog") }} -

{{ .Name }}

-

{{ .Summary }}

-Read More > -{{ end }} diff --git a/layouts/partials/right-sidebar.html b/layouts/partials/right-sidebar.html deleted file mode 100644 index e4d2cc9..0000000 --- a/layouts/partials/right-sidebar.html +++ /dev/null @@ -1,3 +0,0 @@ -

-

-