From bb1a5827a9d1cb845a88d0bb204d1eb6cb783bac Mon Sep 17 00:00:00 2001 From: jultty Date: Tue, 26 Nov 2024 19:29:10 -0300 Subject: [PATCH] Link directly to external URL from index recent links --- templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index 153bddd..dcedd20 100644 --- a/templates/index.html +++ b/templates/index.html @@ -79,7 +79,7 @@ {% for link in links.pages %}
  • - {{ link.title }} + {{ link.title }}
  • {% if loop.index == 5 %}{% break %}{% endif %} {% endfor %}