From de57b6fd929b7ce1a93db6442d01321786ccc9b6 Mon Sep 17 00:00:00 2001 From: jwansek <eddie.atten.ea29@gmail.com> Date: Mon, 7 Apr 2025 19:26:36 +0100 Subject: General housekeeping, removed some defunct features --- templates/questions.html.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/questions.html.j2') 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> -- cgit v1.2.3