Minor tweaks to subtitle and 'support me' text

This commit is contained in:
Philipp Oppermann
2022-01-23 21:33:04 +01:00
parent 233dec4caf
commit c73804789b
2 changed files with 2 additions and 6 deletions

View File

@@ -1,4 +1,3 @@
base_url = "https://os.phil-opp.com"
generate_feed = true
@@ -28,7 +27,7 @@ skip_anchor_prefixes = [
]
[extra]
subtitle = "Philipp Oppermann's blog"
subtitle = "by Philipp Oppermann"
author = { name = "Philipp Oppermann" }
default_language = "en"
languages = ["en", "zh-CN", "zh-TW", "fr", "ja", "fa", "ru"]

View File

@@ -3,10 +3,7 @@
Creating and <a href="{{ get_url(path="@/status-update/_index.md") }}">maintaining</a> this blog and the associated libraries is a lot of work, but I really enjoy doing it. By supporting me, you allow me to invest more time in new content, new features, and continuous maintenance.
</p>
<p>
The best way to support me is to <a href="https://github.com/sponsors/phil-opp"><em>sponsor me on GitHub</em></a>, since they don't charge any fees. 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!
The best way to support me is to <a href="https://github.com/sponsors/phil-opp"><em>sponsor me on GitHub</em></a>. Thank you!
</p>
{% endmacro support %}