From 61525d2479d83cc7489e970982c743f232dddb1a Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Sat, 17 Oct 2015 04:11:44 -0400 Subject: [PATCH] Add Gumroad button. --- docs/_templates/donate.html | 2 ++ docs/conf.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/_templates/donate.html b/docs/_templates/donate.html index 79a151fb76..8a08d336a8 100644 --- a/docs/_templates/donate.html +++ b/docs/_templates/donate.html @@ -1,3 +1,5 @@ + +Buy Mayan EDMS

Donate

Help support further improvements and development by donating on: Patreon diff --git a/docs/conf.py b/docs/conf.py index 74283db540..a1fecd168d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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 = {