From c73804789b8e68609092e2b54834c0a4228bd628 Mon Sep 17 00:00:00 2001
From: Philipp Oppermann
Date: Sun, 23 Jan 2022 21:33:04 +0100
Subject: [PATCH] Minor tweaks to subtitle and 'support me' text
---
blog/config.toml | 3 +--
blog/templates/snippets.html | 5 +----
2 files changed, 2 insertions(+), 6 deletions(-)
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 %}