From 0be99d6fad8ade98fed809b5ab75ea2d104feeb4 Mon Sep 17 00:00:00 2001 From: davegson <3080765+davegson@users.noreply.github.com> Date: Wed, 23 Oct 2019 18:01:03 +0200 Subject: [PATCH] Add new footer --- _config.yml | 27 ++++++++++++++++++++------- _includes/footer.html | 38 ++++++++++++++++++++++++++++++++++++++ _includes/nav.html | 2 +- index.html | 2 ++ jobs/golang-developer.md | 2 +- jobs/ux-designer.md | 2 +- our-values/index.md | 2 +- 7 files changed, 64 insertions(+), 11 deletions(-) diff --git a/_config.yml b/_config.yml index 40fde47..3ee23b3 100644 --- a/_config.yml +++ b/_config.yml @@ -24,9 +24,13 @@ excerpt_separator: "" inter_post_navigation: false our_values_url: "/our-values/" +jobs_url: "/jobs/" +podcast_url: "/podcast/" technology_url: "/technology/" community_hub_url: "/community-hub/" contact_url: "/contact/" +terms_url: "/terms/" +privacy_url: "/privacy/" whitepaper_url: "/files/whitepaper/" cyberfreedom_url: https://twitter.com/davegson/status/1110216714871029761 @@ -66,22 +70,31 @@ defaults: # desc: Follow us Twitter # Description to display as link title, etc # share: true # Include in the "Share" section of posts (social_sharing must be true for this) +github_url: https://github.com/Safing + social_sharing: false communities: - twitter: - name: Twitter - icon: twitter - username: SafingIO - url: https://twitter.com/SafingIO - desc: Follow me on Twitter + - reddit: + name: Reddit + icon: reddit + username: r/safing + url: https://reddit.com/r/safing + desc: Join our Reddit share: false - github: + - github: name: GitHub icon: github username: Safing url: https://github.com/Safing desc: Fork us on GitHub share: false + - twitter: + name: Twitter + icon: twitter + username: SafingIO + url: https://twitter.com/SafingIO + desc: Follow me on Twitter + share: false donations: bitcoin: diff --git a/_includes/footer.html b/_includes/footer.html index b0f2d2f..93ffc5f 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,2 +1,40 @@ + +
diff --git a/_includes/nav.html b/_includes/nav.html index 35545f5..ef4232a 100644 --- a/_includes/nav.html +++ b/_includes/nav.html @@ -7,7 +7,7 @@ diff --git a/index.html b/index.html index 72291b2..12dbe36 100644 --- a/index.html +++ b/index.html @@ -172,6 +172,8 @@ home: true + + {% include footer.html %}