Add Gumroad button.

This commit is contained in:
Roberto Rosario
2015-10-17 04:11:44 -04:00
parent 8c886dd788
commit 61525d2479
2 changed files with 3 additions and 1 deletions

View File

@@ -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> <h3>Donate</h3>
<p> <p>
Help support further improvements and development by donating on: <a href="https://www.patreon.com/siloraptor">Patreon</a> Help support further improvements and development by donating on: <a href="https://www.patreon.com/siloraptor">Patreon</a>

View File

@@ -233,7 +233,7 @@ extensions = ['alabaster']
html_theme = 'alabaster' html_theme = 'alabaster'
html_sidebars = { html_sidebars = {
'**': [ '**': [
'about.html', 'navigation.html', 'searchbox.html', 'donate.html', 'about.html', 'donate.html', 'navigation.html', 'searchbox.html',
] ]
} }
html_theme_options = { html_theme_options = {