Add Support Me section at the end of each post

This commit is contained in:
Philipp Oppermann
2018-12-13 18:00:27 +01:00
parent ed062f2c64
commit 42f1ef0d6b
2 changed files with 9 additions and 0 deletions

View File

@@ -118,6 +118,10 @@ main img {
color: #f33;
}
.post-footer-support, .post-footer-support > h2 {
color: #888;
}
.PageNavigation {
font-size: 0.9em;
display: table;

View File

@@ -24,6 +24,11 @@
</ol>
</aside>
{{ page.content | safe }}
<div class="post-footer-support">
<h2>Support Me</h2>
<p>In case you liked this post and would like to support me, you can do so on <a href="https://liberapay.com/phil-opp/">liberapay</a> or <a href="https://donorbox.org/phil-opp">donorbox</a>. Thanks!</p>
</div>
{% endblock main %}
{% block after_main %}