From 508b313871b6ac0b703c5c93295798f9d273f2e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lera=20Elvo=C3=A9?= Date: Fri, 5 Dec 2025 13:58:13 +0300 Subject: [PATCH] fix babycode guide links --- app/templates/common/macros.html | 2 +- app/templates/guides/user-guides/01-introduction.html | 2 +- app/templates/guides/user-guides/03-settings.html | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/templates/common/macros.html b/app/templates/common/macros.html index d792974..0c0ae13 100644 --- a/app/templates/common/macros.html +++ b/app/templates/common/macros.html @@ -99,7 +99,7 @@ - babycode guide + babycode guide {% if banned_tags %}
Forbidden tags:
diff --git a/app/templates/guides/user-guides/01-introduction.html b/app/templates/guides/user-guides/01-introduction.html index f5ff4a6..879de4c 100644 --- a/app/templates/guides/user-guides/01-introduction.html +++ b/app/templates/guides/user-guides/01-introduction.html @@ -71,6 +71,6 @@

You may edit or delete your posts after creating them. Edited posts will show when they were edited instead of when they were posted.

You can quote another user's post by pressing the button on that post. This will copy the contents of it into the reply box and mention the user.

-

Posts are written in a markup language called Babycode. More information on it can be found in a separate guide.

+

Posts are written in a markup language called Babycode. More information on it can be found in a separate guide.

{% endblock %} diff --git a/app/templates/guides/user-guides/03-settings.html b/app/templates/guides/user-guides/03-settings.html index 6fbbbfe..5170de1 100644 --- a/app/templates/guides/user-guides/03-settings.html +++ b/app/templates/guides/user-guides/03-settings.html @@ -34,7 +34,7 @@
  • Status
      -
    • If set, your status will show up below your @mention in a post's usercard. 100 characters limit, no Babycodes.
    • +
    • If set, your status will show up below your @mention in a post's usercard. 100 characters limit, no Babycodes.
  • Subscribe by default @@ -44,7 +44,7 @@
  • Signature
      -
    • If set, this signature will appear under all of your posts. Babycode is allowed (except @mentions).
    • +
    • If set, this signature will appear under all of your posts. Babycode is allowed (except @mentions).