aboutsummaryrefslogtreecommitdiff
path: root/templates/base.html
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2024-12-29 09:51:08 -0800
committerFranck Cuny <franck@fcuny.net>2024-12-29 09:51:08 -0800
commit7a8925743878d96a2cef0ec61b13356985962bf8 (patch)
tree8006534d679bee945c9df861ca7026ca887a239c /templates/base.html
parentadd extra configurations for editors (diff)
downloadfcuny.net-7a8925743878d96a2cef0ec61b13356985962bf8.tar.gz
format: templates
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html16
1 files changed, 3 insertions, 13 deletions
diff --git a/templates/base.html b/templates/base.html
index 729abb9..5537a36 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -1,23 +1,13 @@
<!doctype html>
-<html
- xmlns="http://www.w3.org/1999/xhtml"
- lang="{{ lang }}"
- xml:lang="{{ lang }}"
->
+<html xmlns="http://www.w3.org/1999/xhtml" lang="{{ lang }}" xml:lang="{{ lang }}">
<head>
<meta charset="utf-8" />
- <meta
- name="viewport"
- content="width=device-width, initial-scale=1, user-scalable=no"
- />
+ <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="canonical" href="{{- current_url|safe -}}" />
<link rel="stylesheet" href="/css/custom.css" />
<meta name="author" content="{{- config.author -}}" />
- <meta
- name="description"
- content="{%- block description -%}{{- config.description -}}{%- endblock description -%}"
- />
+ <meta name="description" content="{%- block description -%}{{- config.description -}}{%- endblock description -%}" />
<title>{% block title %}{{- config.title -}}{% endblock title %}</title>
</head>