commit 6163a191d53890716df2acab7192a9bd3bfae658
parent 5298673968f3ef2861dda26a666e31e4458ab072
Author: Hugo Soucy <hugo.soucy@savoirfairelinux.com>
Date: Thu, 22 Jun 2017 09:59:56 -0400
Add the missing navigation.
Diffstat:
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/templates/mustache/index.mustache b/templates/mustache/index.mustache
@@ -2,18 +2,18 @@
<body id="index" prefix="foaf: http://xmlns.com/foaf/0.1/ dc: http://purl.org/dc/terms/">
{{> partials/nav.button.mustache }}
-
- <div class="h-card" id="hs" resource="#hs" typeof="Person" vocab="http://schema.org/">
+
+ <div class="h-card" id="hs" resource="#hs" typeof="Person" vocab="http://schema.org/">
<header>
<div class="layout">
<h1 class="logo p-name" property="name">{{ SITE_AUTHOR }}</h1>
- <h2 class="visuallyhidden p-job-title" property="jobTitle">{{ SITE_AUTHOR_TITLE }}</h2>
+ <h2 class="visuallyhidden p-job-title" property="jobTitle">{{ SITE_AUTHOR_TITLE }}</h2>
<a class="u-url visuallyhidden" href="{{ BASE_URL }}" rel="me">{{ BASE_URL }}</a>
</div>
</header>
<main>
- <div class="layout">
+ <div class="layout">
{{ main_content }}
</div>
</main>
@@ -26,10 +26,12 @@
<span class="u-email" property="email">{{ SITE_AUTHOR_EMAIL }}</span></a>;
sinon vous pouvez également vous connecter au canal <abbr title="Inter Relay Chat">IRC</abbr>
<a href="irc://#htmlquebec@irc.freenode.net/">#htmlquebec</a> sur Freenode pour
- me parler en direct.
+ me parler en direct.
</address>
</footer>
</div>
+
+ {{> partials/nav.index.mustache }}
{{> partials/bottom-script.mustache }}
</body>
</html>