From 62c7a926f044694c88c6892cecec156187d8049b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Reynir=20Bj=C3=B6rnsson?= Date: Mon, 28 Oct 2024 16:40:26 +0100 Subject: [PATCH] Fix inadvertent double slash --- templates/index.html | 2 +- templates/tags.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/index.html b/templates/index.html index a3e8854..fa76293 100644 --- a/templates/index.html +++ b/templates/index.html @@ -21,7 +21,7 @@
{{ article.date.human }} - {{ article.title }}
+ {{ article.title }}

{{ article.description }}

    diff --git a/templates/tags.html b/templates/tags.html index c720f77..8f470c8 100644 --- a/templates/tags.html +++ b/templates/tags.html @@ -13,7 +13,7 @@