From 2b6234e2f84464bb8a1edc2c1f7f701cf1a852de Mon Sep 17 00:00:00 2001 From: mi Date: Thu, 13 Nov 2025 14:32:24 +1000 Subject: [PATCH] :lipstick: move api link location --- templates/base.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/base.html b/templates/base.html index 2a4ddb9..3ca6b1e 100644 --- a/templates/base.html +++ b/templates/base.html @@ -114,6 +114,9 @@ RSS Feed {% endif %} + {% if api_spec_link %} + API + {% endif %} @@ -130,9 +133,6 @@