fix(base): Specify language of HTML pages and add myself in the footer
This commit is contained in:
parent
b2b3fe280e
commit
80b12fde8c
@ -1,5 +1,5 @@
|
|||||||
<!doctype html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<title>{% block title %}{{app.title}}{% endblock %}</title>
|
<title>{% block title %}{{app.title}}{% endblock %}</title>
|
||||||
@ -52,7 +52,7 @@
|
|||||||
|
|
||||||
{% block footer %}
|
{% block footer %}
|
||||||
<footer>
|
<footer>
|
||||||
<p>Done by: Capelier 🏳️⚧️ — Rubini 💅 — Simaila 🤓</p>
|
<p>Done by: Capelier 🏳️⚧️ — Rubini 💅 — Simaila 🤓 — V????? 🛠️</p>
|
||||||
</footer>
|
</footer>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
</body>
|
</body>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user