mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-28 02:18:50 +00:00
14 lines
379 B
HTML
14 lines
379 B
HTML
{%- if site.footer_content -%}
|
|
<div class="text-small mb-0">
|
|
<p>
|
|
For support, first visit our
|
|
<a href="https://discourse.firez.one/">Discussion Forums</a>
|
|
</p>
|
|
<a href="https://www.firez.one/">Company</a>
|
|
|
|
|
<a href="https://github.com/firezone/">Github</a>
|
|
|
|
|
<a href="https://twitter.com/firezonevpn/">Twitter</a>
|
|
</div>
|
|
{%- endif -%}
|