diff options
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 2d0eaf2..bf6b278 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://curiouscat.live/{{ curiouscat_username }}">ask a question!</a></h4> + <h4><a href="https://tellonym.me/boymoderology">ask a question!</a></h4> <dl> {% for id_, link, dt, question, answer in qnas %} <dt><a href="{{ link }}">{{ dt.isoformat() }}</a></dt> |