Add contact and donate links to the footer

This commit is contained in:
rubenwardy
2024-04-14 15:41:47 +01:00
parent 686d285731
commit 3a794fecbf
3 changed files with 16 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
{% extends "base.html" %}
{% block title -%}
{{ _("Support packages") }}
{{ _("Support Creators") }}
{%- endblock %}
{% block description -%}
@@ -59,6 +59,17 @@
{{ self.description() }}
</p>
<h2 id="contentdb">{{ _("Support ContentDB") }}</h2>
<p>
{{ _("You can donate to rubenwardy to cover ContentDB's costs and support future development.") }}
</p>
<p>
{{ _("For more information about what the cost of ContentDB and what rubenwardy does, see his donation page:") }}
</p>
<p>
<a href="https://rubenwardy.com/donate/" class="btn btn-primary me-1">{{ _("Donate") }}</a>
</p>
<h2>{{ _("Based on your reviews / favorites") }}</h2>
{% if reviewed_packages %}
{{ render_packages(reviewed_packages) }}