mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37:49 +00:00
Factor out support text into template and add it to pages too
This commit is contained in:
@@ -121,8 +121,8 @@ main img {
|
|||||||
color: #f33;
|
color: #f33;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-footer-support, .post-footer-support > h2 {
|
.post-footer-support {
|
||||||
color: #888;
|
margin-top: 2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.PageNavigation {
|
.PageNavigation {
|
||||||
|
|||||||
@@ -77,15 +77,7 @@
|
|||||||
|
|
||||||
<div class="frontpage-section">
|
<div class="frontpage-section">
|
||||||
<h1>Support Me</h1>
|
<h1>Support Me</h1>
|
||||||
<p>
|
{% include "support.html" %}
|
||||||
Creating this blog and the libraries and tools behind the scenes takes a lot of time. I really enjoy it and I'm committed to keep working on it. By supporting me, you allow me to invest more time into new content, new features, and continuous maintainance.
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
The best way to support me is to <a href="https://github.com/users/phil-opp/sponsorship"><em>sponsor me on GitHub</em></a>. GitHub will even match sponsorships until October 2020! If you prefer other platforms, I also have <a href="https://www.patreon.com/phil_opp"><em>Patreon</em></a> and <a href="https://donorbox.org/phil-opp"><em>Donorbox</em></a> accounts. The latter is the most flexible as it supports multiple currencies and one-time contributions.
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
Thank you!
|
|
||||||
</p>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<aside id="recent-updates">
|
<aside id="recent-updates">
|
||||||
|
|||||||
@@ -39,7 +39,7 @@
|
|||||||
|
|
||||||
<div class="post-footer-support">
|
<div class="post-footer-support">
|
||||||
<h2>Support Me</h2>
|
<h2>Support Me</h2>
|
||||||
<p>If you liked this post and would like to support me, you can do so on <a href="https://donorbox.org/phil-opp">Donorbox</a>, <a href="https://www.patreon.com/phil_opp">Patreon</a>, or <a href="https://liberapay.com/phil-opp/">Liberapay</a>. Thanks!</p>
|
{% include "support.html" %}
|
||||||
</div>
|
</div>
|
||||||
{% endblock main %}
|
{% endblock main %}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user