diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2025-04-07 19:26:36 +0100 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2025-04-07 19:26:36 +0100 |
commit | de57b6fd929b7ce1a93db6442d01321786ccc9b6 (patch) | |
tree | fb7dfbba2c41a23bc079da50ac219b56fd6329ce /templates/questions.html.j2 | |
parent | 9c52a729744fc2d3e42cfc521376b741a0db3fa0 (diff) | |
download | boymoder.blog-de57b6fd929b7ce1a93db6442d01321786ccc9b6.tar.gz boymoder.blog-de57b6fd929b7ce1a93db6442d01321786ccc9b6.zip |
General housekeeping, removed some defunct features
Diffstat (limited to 'templates/questions.html.j2')
-rw-r--r-- | templates/questions.html.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/questions.html.j2 b/templates/questions.html.j2 index bf6b278..97edd38 100644 --- a/templates/questions.html.j2 +++ b/templates/questions.html.j2 @@ -1,6 +1,6 @@ {% extends "template.html.j2" %} {% block content %} - <h4><a href="https://tellonym.me/boymoderology">ask a question!</a></h4> + <h4><a href="https://whispa.sh/@boymoderology">ask a question!</a></h4> <dl> {% for id_, link, dt, question, answer in qnas %} <dt><a href="{{ link }}">{{ dt.isoformat() }}</a></dt> |