From 84070fbedcccb97f66573fc9587d1116239c1772 Mon Sep 17 00:00:00 2001 From: yggverse Date: Wed, 20 Aug 2025 04:37:42 +0300 Subject: [PATCH] hide entry on token is empty --- templates/layout.html.tera | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/layout.html.tera b/templates/layout.html.tera index 79509bd..acde6ae 100644 --- a/templates/layout.html.tera +++ b/templates/layout.html.tera @@ -13,8 +13,8 @@ {{ title }} {% if description %}
{{ description }}
{% endif %}
+ {% if token %}{% endif %} -