[Design][SSG] Add donate page.
This commit is contained in:
9
donate.html
Normal file
9
donate.html
Normal file
@@ -0,0 +1,9 @@
|
||||
{% extends "base.html" %}
|
||||
{% block title %}Donate | Redacted Life{% endblock %}
|
||||
{% block left_content %}
|
||||
<ul class="donate">
|
||||
{% for donate in donations %}
|
||||
<li><a href="{{ donate.link }}">{{ donate.text }}</a></li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user