summary refs log tree commit diff
path: root/templates/index.html
diff options
context:
space:
mode:
authortzlil <tzlils@protonmail.com>2023-09-09 01:30:53 +0300
committertzlil <tzlils@protonmail.com>2023-09-09 01:30:53 +0300
commit848dd36a72e11a859b9dafbdfb26cece3568d011 (patch)
tree4c4139b6b68b3c9e43078beb7624ea5090a0eded /templates/index.html
parent0deb290b05b6be68d40eb750d4eb5a244d6c56d8 (diff)
make html a little nicer
Diffstat (limited to 'templates/index.html')
-rw-r--r--templates/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/index.html b/templates/index.html
index 7f7c2cf..87e164c 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -11,6 +11,6 @@
 all possible categories <a href="https://arxiv.org/category_taxonomy">here</a>
 examples:
 {% for i in taxonomy %}
-  <a href='/{{ i }}'>{{ i }}</a>
+  <a href='{{ i }}'>{{ i }}</a>
 {% endfor %}
 </html>