From 516c9839a38bc7f2e72ee3916025d709c11ee812 Mon Sep 17 00:00:00 2001 From: Jeff MacKinnon Date: Wed, 13 Apr 2022 15:42:19 -0300 Subject: [PATCH] Changed title to H1 --- templates/article.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/article.html b/templates/article.html index b852721..24614b2 100644 --- a/templates/article.html +++ b/templates/article.html @@ -57,9 +57,9 @@ {% block content %}
-

+

{{ article.title }}

+ title="Permalink to {{ article.title|striptags }}">{{ article.title }} {% import 'translations.html' as translations with context %} {{ translations.translations_for(article) }} Published: