mirror of
https://github.com/xemu-project/xemu-website.git
synced 2024-11-26 21:00:33 +00:00
Add funding support links to primary nav
This commit is contained in:
parent
71224be2bb
commit
bfe8eaff64
@ -20,6 +20,7 @@
|
||||
<ul class="md-nav__list" data-md-scrollfix>
|
||||
<li class="md-nav__item"><a class="md-nav__link" href="https://xemu.app">Home</a></li>
|
||||
<li class="md-nav__item"><a class="md-nav__link" href="https://xemu.app/#compatibility">Compatibility</a></li>
|
||||
<li class="md-nav__item"><a class="md-nav__link" href="https://www.patreon.com/mborgerson">Patreon</a></li>
|
||||
{% for nav_item in nav %}
|
||||
{% set path = "__nav_" ~ loop.index %}
|
||||
{% set level = 1 %}
|
||||
|
@ -52,6 +52,9 @@
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="{{ main_url_base }}/docs">Documentation</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="https://www.patreon.com/mborgerson">Patreon</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</nav>
|
||||
@ -66,13 +69,6 @@
|
||||
All product names, logos, and brands are property of their respective owners. All company, product and service names and/or images used in this website are for identification purposes only.
|
||||
</p>
|
||||
<p>© 2020-2021 xemu Project</p>
|
||||
{% if False %}
|
||||
<ul class="list-inline">
|
||||
<li class="list-inline-item"><a href="#">Privacy</a></li>
|
||||
<li class="list-inline-item"><a href="#">Terms</a></li>
|
||||
<li class="list-inline-item"><a href="#">Support</a></li>
|
||||
</ul>
|
||||
{% endif %}
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user