diff --git a/blog/config.toml b/blog/config.toml index d96b4457..3b93fb2b 100644 --- a/blog/config.toml +++ b/blog/config.toml @@ -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"] diff --git a/blog/templates/snippets.html b/blog/templates/snippets.html index 9065977e..ba74c679 100644 --- a/blog/templates/snippets.html +++ b/blog/templates/snippets.html @@ -3,10 +3,7 @@ Creating and maintaining 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.

- The best way to support me is to sponsor me on GitHub, since they don't charge any fees. If you prefer other platforms, I also have Patreon and Donorbox accounts. The latter is the most flexible as it supports multiple currencies and one-time contributions. -

-

- Thank you! + The best way to support me is to sponsor me on GitHub. Thank you!

{% endmacro support %}