Skip to content
Snippets Groups Projects
Commit e43425dd authored by Jiří Helebrant's avatar Jiří Helebrant
Browse files

Merge branch 'add-donation-button' into 'master'

Add donation button to the Support page

See merge request !107
parents 0d764869 29da3b4e
1 merge request!107Add donation button to the Support page
Pipeline #96117 passed with stages
in 29 seconds
......@@ -3,6 +3,7 @@
:lang: en
:menu: Support
:menuorder: 4
:template: page-donation
Users of Knot Resolver have two main support options: `Free </support/free/>`__ and `Professional </support/pro/>`__.
......
......@@ -10,6 +10,7 @@ SITENAME = "Knot Resolver"
SITESUBTITLE = "Resolve DNS names like it’s %d" % datetime.date.today().year
SITE_LOGO = "/images/logo.svg"
SITEURL = "https://www.knot-resolver.cz"
ROOTURL = "https://www.knot-resolver.cz"
NEWS_TITLE = "Releases"
DOWNLOAD_BUTTON = "Download"
DOWNLOAD_URL = "/download/"
......@@ -137,3 +138,8 @@ MINIFY = {
"remove_all_empty_space": False,
"remove_optional_attribute_quotes": False
}
DONATION = {
"url": "https://donations.nic.cz",
"slug": "knot-resolver"
}
Subproject commit 607144a36d89197f93b3bbc82ebf22e6c3c85497
Subproject commit 67a7282067b8199771a43200dd5cab537eea6226
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment