Add Gumroad button.
This commit is contained in:
2
docs/_templates/donate.html
vendored
2
docs/_templates/donate.html
vendored
@@ -1,3 +1,5 @@
|
||||
<script type="text/javascript" src="https://gumroad.com/js/gumroad.js"></script>
|
||||
<a href="https://gumroad.com/l/UNApl" class="gumroad-button">Buy Mayan EDMS</a>
|
||||
<h3>Donate</h3>
|
||||
<p>
|
||||
Help support further improvements and development by donating on: <a href="https://www.patreon.com/siloraptor">Patreon</a>
|
||||
|
||||
@@ -233,7 +233,7 @@ extensions = ['alabaster']
|
||||
html_theme = 'alabaster'
|
||||
html_sidebars = {
|
||||
'**': [
|
||||
'about.html', 'navigation.html', 'searchbox.html', 'donate.html',
|
||||
'about.html', 'donate.html', 'navigation.html', 'searchbox.html',
|
||||
]
|
||||
}
|
||||
html_theme_options = {
|
||||
|
||||
Reference in New Issue
Block a user