correction de l'ordre de balises pour adapter a la convention dans base.html
This commit is contained in:
@@ -9,6 +9,7 @@
|
|||||||
<link rel="stylesheet" href="{{get_url(path='style.css')}}">
|
<link rel="stylesheet" href="{{get_url(path='style.css')}}">
|
||||||
<link rel="icon" type="image/png" href="{{get_url(path='favicon.png')}}">
|
<link rel="icon" type="image/png" href="{{get_url(path='favicon.png')}}">
|
||||||
</head>
|
</head>
|
||||||
|
<body>
|
||||||
<header>
|
<header>
|
||||||
<h1 class="home"><a href="https://www.hatmos.xyz/">Le site de Hatmos</a></h1>
|
<h1 class="home"><a href="https://www.hatmos.xyz/">Le site de Hatmos</a></h1>
|
||||||
</header>
|
</header>
|
||||||
@@ -19,7 +20,6 @@
|
|||||||
<li class="nav-element"><a class="nav-link" href="{{ get_url(path='@/cv/CV.md')}}">CV</a></li>
|
<li class="nav-element"><a class="nav-link" href="{{ get_url(path='@/cv/CV.md')}}">CV</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<nav/>
|
<nav/>
|
||||||
<body>
|
|
||||||
<section>
|
<section>
|
||||||
{% block content %} {% endblock content %}
|
{% block content %} {% endblock content %}
|
||||||
<section>
|
<section>
|
||||||
|
|||||||
Reference in New Issue
Block a user