This commit is contained in:
infominer33 2019-04-05 15:44:43 -04:00
parent 8ccca7d761
commit d2c6279e85
2 changed files with 13 additions and 7 deletions

View File

@ -123,11 +123,14 @@ author:
avatar : "/assets/img/bio-photo.jpg" 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." # 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." # location : "I spend most of my time right here."
email : infominer@protonmail.com # email : infominer@protonmail.com
links: links:
- label: "InfoMine" - label: "InfoMine"
icon: "fas fa-fw fa-home" icon: "fas fa-fw fa-home"
url: "https://infominer.id" url: "https://infominer.id"
- label: "Email"
icon: "fas fa-fw fa-envelope-square"
url: "mailto:infominer@protonmail.com"
- label: "Keybase" - label: "Keybase"
icon: "fab fa-fw fa-keybase" icon: "fab fa-fw fa-keybase"
url: "https://keybase.io/infominer" url: "https://keybase.io/infominer"
@ -144,6 +147,9 @@ author:
# Site Footer # Site Footer
footer: footer:
links: links:
- label: "Info⧉Mine"
icon: "fas fa-fw fa-home"
url: "https://infominer.id"
- label: "Email" - label: "Email"
icon: "fas fa-fw fa-envelope-square" icon: "fas fa-fw fa-envelope-square"
url: "mailto:infominer@protonmail.com" url: "mailto:infominer@protonmail.com"

View File

@ -2,11 +2,11 @@
layout: default layout: default
--- ---
{% if page.header.overlay_color or page.header.overlay_image or page.header.image %} #{% if page.header.overlay_color or page.header.overlay_image or page.header.image %}
{% include page__hero.html %} # {% include page__hero.html %}
{% elsif page.header.video.id and page.header.video.provider %} #{% elsif page.header.video.id and page.header.video.provider %}
{% include page__hero_video.html %} # {% include page__hero_video.html %}
{% endif %} #{% endif %}
{% if page.url != "/" and site.breadcrumbs %} {% if page.url != "/" and site.breadcrumbs %}
{% unless paginator %} {% unless paginator %}