mirror of
https://github.com/minetest/contentdb.git
synced 2024-12-31 18:27:30 +01:00
Add support CDB to footer
This commit is contained in:
parent
d2feddea1e
commit
9184f1bcc0
@ -31,9 +31,14 @@ You should read
|
||||
[the official Minetest Modding Book](https://rubenwardy.com/minetest_modding_book/)
|
||||
for a guide to making mods and games using Minetest.
|
||||
|
||||
## How can I support / donate to ContentDB?
|
||||
|
||||
You can donate to rubenwardy to cover ContentDB's costs and support future
|
||||
development.
|
||||
<h2 id="donate">How can I support / donate to ContentDB?</h2>
|
||||
|
||||
<a href="https://rubenwardy.com/donate/" class="btn btn-primary me-1">Donate</a>
|
||||
You can donate to rubenwardy to cover ContentDB's costs and support future development.
|
||||
|
||||
For more information about what the cost of ContentDB and what rubenwardy does, see "Why donate".
|
||||
|
||||
<a href="https://rubenwardy.com/donate/" class="btn btn-primary me-1">Why donate</a>
|
||||
<a href="https://liberapay.com/rubenwardy" class="btn btn-secondary me-1">Liberapay</a>
|
||||
<a href="https://www.patreon.com/rubenwardy/" class="btn btn-secondary me-1">Patreon</a>
|
||||
<a href="https://paypal.me/rubenwardy" class="btn btn-secondary me-1">PayPal</a>
|
||||
|
@ -247,8 +247,15 @@
|
||||
</main>
|
||||
{% endblock %}
|
||||
|
||||
<footer class="my-5">
|
||||
<p class="pt-5 mb-1">
|
||||
<footer class="my-5 pt-5">
|
||||
<p>
|
||||
<a class="btn btn-secondary" href="/about/#donate">
|
||||
<strong>{{ _("Like ContentDB?") }}</strong><br>
|
||||
{{ _("Help cover the costs and support future development") }}
|
||||
</a>
|
||||
</p>
|
||||
|
||||
<p class="pt-3 mb-1">
|
||||
ContentDB © 2018-23 to <a href="{{ url_for('flatpage', path='about') }}">rubenwardy</a>
|
||||
</p>
|
||||
|
||||
@ -277,10 +284,7 @@
|
||||
</footer>
|
||||
|
||||
<link href="/static/fa/css/all.css" rel="stylesheet">
|
||||
<link rel="stylesheet" type="text/css" href="/static/libs/easymde.min.css">
|
||||
<script src="/static/libs/bootstrap.min.js?v=2"></script>
|
||||
<script src="/static/libs/easymde.min.js"></script>
|
||||
<script src="/static/js/markdowntextarea.js?v=2"></script>
|
||||
|
||||
{% block scriptextra %}{% endblock %}
|
||||
</body>
|
||||
|
Loading…
Reference in New Issue
Block a user