diff options
| -rw-r--r-- | theme/templates/post.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/templates/post.html b/theme/templates/post.html index 458b611..cffde63 100644 --- a/theme/templates/post.html +++ b/theme/templates/post.html @@ -16,6 +16,6 @@ <div class="bubbles-vote"></div> <div>{{ post.html | safe }}</div> <div><a href="mailto:[email protected]">Reply via email →</a></div> - <div><i>...or, comment on this post on <a href="https://bubbles.town">Bubbles</a>!</i></div> + <div><i>...or, comment on this post on <a href="https://bubbles.town/source/cleberg.net">Bubbles</a>!</i></div> </article> {% endblock %} |
