From b64d8ed944e994fea93e3bd108d36f79dc6110e0 Mon Sep 17 00:00:00 2001 From: Frederik Ring Date: Sat, 22 Aug 2020 17:51:00 +0200 Subject: [PATCH] ensure blog links always use trailing slashes --- homepage/theme/templates/archives.html | 8 ++++---- homepage/theme/templates/base.html | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/homepage/theme/templates/archives.html b/homepage/theme/templates/archives.html index d01fe96..fa625a2 100644 --- a/homepage/theme/templates/archives.html +++ b/homepage/theme/templates/archives.html @@ -18,7 +18,7 @@
- + {{ article.title }}
@@ -26,10 +26,10 @@ {{ article.date | strftime('%d %b %Y') }}{% if article.modified %}(article.updated {{ article.modified | strftime('%d %b %Y') }}){% endif %}, {{ article.author }}

- {{ article.title }} + {{ article.title }}

-

- {{ article.description }} Read more +

+ {{ article.description }} Read more

diff --git a/homepage/theme/templates/base.html b/homepage/theme/templates/base.html index dc56e16..11a9ffc 100644 --- a/homepage/theme/templates/base.html +++ b/homepage/theme/templates/base.html @@ -135,7 +135,7 @@
- + Let's build a web that is privacy friendly and fair
@@ -143,7 +143,7 @@

- Let's build a web that is privacy friendly and fair + Let's build a web that is privacy friendly and fair

What does the term 'privacy friendly' actually stand for? Mostly it's just about technical issues that don't tackle the underlying problem. Read more @@ -162,7 +162,7 @@

- + Hosting Offen on a budget
@@ -170,7 +170,7 @@

- Hosting Offen on a budget + Hosting Offen on a budget

Here are some real world options for hosting Offen on a budget. Let's compare how they relate in terms of ease of deployment, performance and pricing. Read more