From 58f1bf634bece1ca013346b05139f182444e75c8 Mon Sep 17 00:00:00 2001 From: Calascibetta Romain Date: Fri, 25 Oct 2024 17:41:13 +0200 Subject: [PATCH] Remove usage of {{ host }} when our only target is https://blog.robur.coop --- templates/article.html | 4 ++-- templates/index.html | 6 +++--- templates/layout.html | 8 ++++---- templates/tags.html | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/templates/article.html b/templates/article.html index d29f831..bc0e672 100644 --- a/templates/article.html +++ b/templates/article.html @@ -1,10 +1,10 @@ -Back to index +Back to index

{{ title }}

{%- autoescape false -%} diff --git a/templates/index.html b/templates/index.html index 18ed129..a3e8854 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,4 +1,4 @@ -RSS +RSS {%- autoescape false -%} {{ yocaml_body }} @@ -21,12 +21,12 @@
{{ article.date.human }} - {{ article.title }}
+ {{ article.title }}

{{ article.description }}

diff --git a/templates/layout.html b/templates/layout.html index 5ce1db5..c468297 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -8,10 +8,10 @@ Robur's blog{{ dash }}{{ title }} - - - - + + + +
diff --git a/templates/tags.html b/templates/tags.html index 5223b24..c720f77 100644 --- a/templates/tags.html +++ b/templates/tags.html @@ -13,7 +13,7 @@