templates: add lang attribute (#86622)
gitea/gadjo/pipeline/head This commit looks good Details

This commit is contained in:
Frédéric Péters 2024-02-06 15:27:50 +01:00
parent a015a1bcf9
commit 251e1f5ef8
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
{% load i18n gadjo static %}<!DOCTYPE html>
<html>
<html {% if LANGUAGE_CODE %}lang="{{ LANGUAGE_CODE }}"{% endif %} {% if LANGUAGE_BIDI %}dir="rtl"{% endif %}>
<head>
<meta charset="utf-8"/>
<title>{% block page-title %}{% endblock %}</title>