add footer links

This commit is contained in:
Jason Gong
2021-12-14 11:24:12 -08:00
parent cbd428c3e6
commit 39fba96ddf
3 changed files with 3 additions and 3 deletions

View File

@@ -50,7 +50,7 @@ gh_edit_link: true # show or hide edit this page link
gh_edit_link_text: "Edit on GitHub"
gh_edit_repository: "https://github.com/firezone/firezone" # the github URL for your repo
gh_edit_branch: "master" # the branch that your docs is served from
# gh_edit_source: docs # the source that your files originate from
gh_edit_source: docs # the source that your files originate from
gh_edit_view_mode: "tree" # "tree" or "edit" if you want the user to jump into the editor immediately
# Aux links for the upper right navigation

View File

@@ -1,5 +1,5 @@
{%- if site.footer_content -%}
<div class="text-small mb-0">
<a href="/">Company</a> | <a href="https://github.com/firezone/firezone">Github</a> | <a href="https://twitter.com/firezonevpn">Twitter</a>
<a href="https://www.firez.one/">Company</a> | <a href="https://github.com/firezone/firezone/">Github</a> | <a href="https://twitter.com/firezonevpn/">Twitter</a>
</div>
{%- endif -%}

View File

@@ -31,4 +31,4 @@ $body-font-family: "Open Sans", sans-serif;
// Borders
$border-color: $fz-grey-lt-100;
$border-color: $fz-grey-lt-200;