|
@@ -7,7 +7,7 @@
|
|
|
<meta name="keywords" content="{%if page.p_mots_clefs%}{{page.p_mots_clefs}}{% endif %}">
|
|
<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 %}">
|
|
<meta name="description" content="{% if page.p_description %}{{page.p_description}}{% endif %}">
|
|
|
{% block add_meta_description %}{% endblock %}
|
|
{% 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 %}M'sieur Duhaz</title>
|
|
|
<link rel="shortcut icon" href="/static/favicon.ico">
|
|
<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="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">
|
|
<link href="//fonts.googleapis.com/css2?family=Kufam&display=swap" rel="stylesheet">
|
|
@@ -35,7 +35,7 @@
|
|
|
<header style="color: #fff; font-family: Kufam', cursive;">
|
|
<header style="color: #fff; font-family: Kufam', cursive;">
|
|
|
<nav class="navbar navbar-expand-lg navbar-dark" style="background-color: #093554;">
|
|
<nav class="navbar navbar-expand-lg navbar-dark" style="background-color: #093554;">
|
|
|
<div class="container-fluid">
|
|
<div class="container-fluid">
|
|
|
- <a class="navbar-brand" href="{% url 'core_index' %}"><i class="fas fa-tools"></i> Les Outils de Mr Duhaz </a>
|
|
|
|
|
|
|
+ <a class="navbar-brand" href="{% url 'core_index' %}"><i class="fas fa-laptop-house"></i> M'sieur Duhaz, le blog </a>
|
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
|
{% if page.p_menu_haut %}
|
|
{% if page.p_menu_haut %}
|
|
|
<ul class="navbar-nav mr-auto">
|
|
<ul class="navbar-nav mr-auto">
|
|
@@ -51,10 +51,9 @@
|
|
|
{% if request.user.is_staff %}
|
|
{% if request.user.is_staff %}
|
|
|
<a class="dropdown-item" href="{% url 'admin:index' %}" ><i class="fas fa-cog" ></i> Admin</a>
|
|
<a class="dropdown-item" href="{% url 'admin:index' %}" ><i class="fas fa-cog" ></i> Admin</a>
|
|
|
{% endif %}
|
|
{% endif %}
|
|
|
- <a class="dropdown-item" href="{% url 'core_logout' %}" ><i class="fas fa-sign-out-alt" ></i> Log out</a>
|
|
|
|
|
{% else %}
|
|
{% else %}
|
|
|
- <a class="dropdown-item" href="{% url 'core_login' %}?next={{ request.path }}" ><i class="fas fa-sign-in-alt" ></i> Se connecter</a>
|
|
|
|
|
- <a class="dropdown-item" href="{% url 'core_registration' %}?next={{ request.path }}" ><i class="fas fa-edit" ></i> Inscription</a>
|
|
|
|
|
|
|
+ {% comment %} <a class="dropdown-item" href="{% url 'core_login' %}?next={{ request.path }}" ><i class="fas fa-sign-in-alt" ></i> Se connecter</a>
|
|
|
|
|
+ <a class="dropdown-item" href="{% url 'core_registration' %}?next={{ request.path }}" ><i class="fas fa-edit" ></i> Inscription</a> {% endcomment %}
|
|
|
{% endif %}
|
|
{% endif %}
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
@@ -146,7 +145,7 @@
|
|
|
</main>
|
|
</main>
|
|
|
<footer class="footer mt-auto py-3 text-white" style="background-color: rgba(45, 57, 72, 0.91);">
|
|
<footer class="footer mt-auto py-3 text-white" style="background-color: rgba(45, 57, 72, 0.91);">
|
|
|
<div class="container">
|
|
<div class="container">
|
|
|
- Tools.duhaz.fr - juin.2021
|
|
|
|
|
|
|
+ Duhaz.fr - dec.2021
|
|
|
{% if page.p_menu_pied %}
|
|
{% if page.p_menu_pied %}
|
|
|
-
|
|
-
|
|
|
{% for item in page.p_menu_pied %}
|
|
{% for item in page.p_menu_pied %}
|