mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37:49 +00:00
Add Support Me section at the end of each post
This commit is contained in:
@@ -118,6 +118,10 @@ main img {
|
||||
color: #f33;
|
||||
}
|
||||
|
||||
.post-footer-support, .post-footer-support > h2 {
|
||||
color: #888;
|
||||
}
|
||||
|
||||
.PageNavigation {
|
||||
font-size: 0.9em;
|
||||
display: table;
|
||||
|
||||
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user