From 317017622d28cc959e106b4a1d0b6e8e315891cd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sat, 5 Feb 2022 11:34:46 +0100 Subject: [PATCH] a11y: always use lang="fr" for homepage --- chloro/phyll/templates/phyll/home.html | 1 - 1 file changed, 1 deletion(-) diff --git a/chloro/phyll/templates/phyll/home.html b/chloro/phyll/templates/phyll/home.html index d57678c..54cfe19 100644 --- a/chloro/phyll/templates/phyll/home.html +++ b/chloro/phyll/templates/phyll/home.html @@ -1,6 +1,5 @@ {% extends "phyll/base.html" %} -{% block html-lang %}{{ latest.lang }}{% endblock %} {% block content-class %}home{% endblock %} {% block body %} -- 2.39.2