correction des erreurs de syntaxe pour zola
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
|
|
||||||
<html lang="fr">
|
<html lang="fr">
|
||||||
|
<head>
|
||||||
{% block head %} {% endblock head %}
|
{% include "partials/head.html" %}
|
||||||
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<header>
|
<header>
|
||||||
<h1><a class="home" href="https://www.hatmos.xyz/">Le site de Hatmos</a></h1>
|
<h1><a class="home" href="https://www.hatmos.xyz/">Le site de Hatmos</a></h1>
|
||||||
|
|||||||
@@ -1,7 +1,3 @@
|
|||||||
{% extends "base.html" %}
|
|
||||||
|
|
||||||
{% block head %}
|
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<title>
|
<title>
|
||||||
{% if page %}
|
{% if page %}
|
||||||
@@ -23,5 +19,4 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
<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>
|
|
||||||
{% endblock head %}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user