|
|
@@ -7,7 +7,7 @@
|
|
|
<meta name="keywords" content="{%if page.p_mots_clefs%}{{page.p_mots_clefs}}{% endif %}">
|
|
|
<meta name="description" content="{% if page.p_description %}{{page.p_description}}{% endif %}">
|
|
|
{% block add_meta_description %}{% endblock %}
|
|
|
- <title>Tools.Duhaz.fr{% if page.p_meta_title %} | {{page.p_meta_title}}{% elif page.p_titre %} | {{page.p_titre}}{% endif %}</title>
|
|
|
+ <title>{% if page.p_meta_title %}{{page.p_meta_title}} | {% elif page.p_titre %}{{page.p_titre}} | {% endif %}{{page.c_sitename}}</title>
|
|
|
<link rel="shortcut icon" href="/static/favicon.ico">
|
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-+0n0xVW2eSR5OomGNYDnhzAbDsOXxcvSN1TPprVMTNDbiYZCxYbOOl7+AMvyTG2x" crossorigin="anonymous">
|
|
|
<link href="//fonts.googleapis.com/css2?family=Kufam&display=swap" rel="stylesheet">
|