mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
add footer links
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 -%}
|
||||
@@ -31,4 +31,4 @@ $body-font-family: "Open Sans", sans-serif;
|
||||
|
||||
// Borders
|
||||
|
||||
$border-color: $fz-grey-lt-100;
|
||||
$border-color: $fz-grey-lt-200;
|
||||
Reference in New Issue
Block a user