diff --git a/config.toml b/config.toml index fd0693d..b9417f8 100644 --- a/config.toml +++ b/config.toml @@ -26,7 +26,5 @@ highlight_theme = "Catpuccin Mocha" [extra] # Put all your custom variables here -mastodon_url = "https://nerdculture.de/@NcamGnrvngu" -mastodon_user = "@NcamGnrvngu@nerdculture.de" +mastodon_url = "https://mstdn.social/@Ncamgnrvngu" matrix_user = "@ncamgnrvngu:matrix.org" -bookwyrm_url = "https://bookrastinating.com/user/NcamGnrvngu" diff --git a/templates/base.html b/templates/base.html index 23f06a8..c62c1a2 100644 --- a/templates/base.html +++ b/templates/base.html @@ -36,9 +36,6 @@ {% if config.extra.matrix_user %} Matrix {% endif %} - {% if config.extra.bookwyrm_url %} - Bookwyrm - {% endif %}

Except where otherwise noted, the content on this site is licensed under CC BY-NC-SA 4.0

diff --git a/templates/post.html b/templates/post.html index 8d3305e..30eb4bf 100644 --- a/templates/post.html +++ b/templates/post.html @@ -13,8 +13,4 @@
{{ page.content | safe }}
- -{% if config.extra.mastodon_user %} - -{% endif %} {% endblock content %}