From be53257159d471a8dc0358759862602fd5927b67 Mon Sep 17 00:00:00 2001 From: natto1784 Date: Fri, 18 Nov 2022 11:55:50 +0530 Subject: [PATCH] templates/themes/index: add stylesheet options Signed-off-by: natto1784 --- templates/themes/index/index.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/templates/themes/index/index.html b/templates/themes/index/index.html index d88b7996..6a4a7e5c 100644 --- a/templates/themes/index/index.html +++ b/templates/themes/index/index.html @@ -27,7 +27,7 @@ {% for board in boards %}
  • - {{ board.title|e }} + /{{ board.uri }}/ - {{ board.title|e }}
  • {% endfor %} @@ -106,6 +106,9 @@
    Tinyboard Copyright © 2010-2014 Tinyboard Development Group
    vichan Copyright © 2012-2018 vichan-devel + {% endfilter %}