Correction de l'indentation.
This commit is contained in:
+12
-9
@@ -1,20 +1,23 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="{{ site.Language.LanguageCode }}" dir="{{ site.Language.LanguageDirection }}">
|
||||
<head>
|
||||
{{ partial "head.html" . }}
|
||||
</head>
|
||||
<body>
|
||||
<head>
|
||||
{{ partial "head.html" . }}
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<header>
|
||||
{{ partial "header.html" . }}
|
||||
{{ partial "header.html" . }}
|
||||
</header>
|
||||
|
||||
<main>
|
||||
{{ block "main" . }}
|
||||
{{ block "main" . }}
|
||||
Ce bloc sera remplacé par le contenu de la directive "define"
|
||||
correspondante dans le template depuis lequel celui-ci est appliqué.
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
{{ partial "footer.html" . }}
|
||||
{{ partial "footer.html" . }}
|
||||
</footer>
|
||||
</body>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user