From bfe8eaff64f3dc4db6e4eaabf90ccd4f9daba91a Mon Sep 17 00:00:00 2001
From: Matt Borgerson
Date: Tue, 14 Sep 2021 16:36:20 -0700
Subject: [PATCH] Add funding support links to primary nav
---
docs/overrides/partials/nav.html | 1 +
templates/template_base.html | 10 +++-------
2 files changed, 4 insertions(+), 7 deletions(-)
diff --git a/docs/overrides/partials/nav.html b/docs/overrides/partials/nav.html
index c3482dd4..42090aa4 100644
--- a/docs/overrides/partials/nav.html
+++ b/docs/overrides/partials/nav.html
@@ -20,6 +20,7 @@
- Home
- Compatibility
+ - Patreon
{% for nav_item in nav %}
{% set path = "__nav_" ~ loop.index %}
{% set level = 1 %}
diff --git a/templates/template_base.html b/templates/template_base.html
index c37759f6..d147340d 100644
--- a/templates/template_base.html
+++ b/templates/template_base.html
@@ -52,6 +52,9 @@
-
Documentation
+ -
+ Patreon
+
@@ -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.
© 2020-2021 xemu Project
- {% if False %}
-
- {% endif %}