From d3bed350ac912fe2f253e6c2e6e9592659318b80 Mon Sep 17 00:00:00 2001 From: infominer33 Date: Fri, 5 Apr 2019 15:44:43 -0400 Subject: [PATCH] test --- _config.yml | 10 ++++++++-- _layouts/single.html | 10 +++++----- 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/_config.yml b/_config.yml index 620aa0c5..02b4bd0c 100644 --- a/_config.yml +++ b/_config.yml @@ -123,11 +123,14 @@ author: avatar : "/assets/img/bio-photo.jpg" # bio : "I was growing up as the web first came of age, and am a computer nerd from way back. However, I had other interests which kept me out of tech for quite a while. So I'm starting a new phase of my life, and returning to my roots by diving into web-work." # location : "I spend most of my time right here." - email : infominer@protonmail.com +# email : infominer@protonmail.com links: - - label: "⧉InfoMine⧉" + - label: "Info⧉Mine" icon: "fas fa-fw fa-home" url: "https://infominer.id" + - label: "Email" + icon: "fas fa-fw fa-envelope-square" + url: "mailto:infominer@protonmail.com" - label: "Keybase" icon: "fab fa-fw fa-keybase" url: "https://keybase.io/infominer" @@ -144,6 +147,9 @@ author: # Site Footer footer: links: + - label: "Info⧉Mine" + icon: "fas fa-fw fa-home" + url: "https://infominer.id" - label: "Email" icon: "fas fa-fw fa-envelope-square" url: "mailto:infominer@protonmail.com" diff --git a/_layouts/single.html b/_layouts/single.html index 37c7ec84..1c7c6de5 100644 --- a/_layouts/single.html +++ b/_layouts/single.html @@ -2,11 +2,11 @@ layout: default --- -{% if page.header.overlay_color or page.header.overlay_image or page.header.image %} - {% include page__hero.html %} -{% elsif page.header.video.id and page.header.video.provider %} - {% include page__hero_video.html %} -{% endif %} +#{% if page.header.overlay_color or page.header.overlay_image or page.header.image %} +# {% include page__hero.html %} +#{% elsif page.header.video.id and page.header.video.provider %} +# {% include page__hero_video.html %} +#{% endif %} {% if page.url != "/" and site.breadcrumbs %} {% unless paginator %}