commit a147ca1b884f6a6c6e1205066427912d1733dc76
parent c9013e7c6059352e2ba87bc7809baf27f4c4179b
Author: Hugo Soucy <hugo.soucy@savoirfairelinux.com>
Date: Fri, 19 Jan 2018 11:25:47 -0500
Fix som html problems.
Diffstat:
5 files changed, 13 insertions(+), 6 deletions(-)
diff --git a/site.config.lua b/site.config.lua
@@ -38,7 +38,7 @@ SITE = {
"https://gitlab.com/hs0ucy",
"https://bitbucket.org/hs0ucy/",
"irc://hs0ucy@irc.freenode.net/",
- "https://@hs0ucy@nxt.soucy.cc",
+ "https://%40hs0ucy@nxt.soucy.cc",
"https://stackoverflow.com/users/6556626/hs0ucy",
"https://www.openstreetmap.org/user/hs0ucy",
"sms:+15819966481"
diff --git a/templates/default-index.mustache b/templates/default-index.mustache
@@ -11,8 +11,7 @@
{{# entries }}
<li class="list__item h-entry hentry">
<a class="list__link dt-published dt-updated u-url u-uid like-h2"
- href="{{{ permalink }}}"
- rel="permalink">
+ href="{{{ permalink }}}">
{{{ title }}}
</a> —
diff --git a/templates/index.mustache b/templates/index.mustache
@@ -12,7 +12,7 @@
<header>
<div class="layout">
<h1 class="logo p-name" property="name">{{ SITE.AUTHOR.NAME }}</h1>
- <h2 class="visuallyhidden p-job-title" property="jobTitle">{{ SITE.AUTHOR_TITLE }}</h2>
+ <h2 class="visuallyhidden p-job-title" property="jobTitle">{{ SITE.AUTHOR.JOBTITLE }}</h2>
<a class="u-url visuallyhidden" href="{{{ SITE.BASEURL }}}" rel="me">{{{ SITE.BASEURL }}}</a>
</div>
</header>
diff --git a/templates/note-index.mustache b/templates/note-index.mustache
@@ -50,6 +50,14 @@
</div>
</main>
+ <footer class="note_footer-banner footer-banner">
+ <p class="layout">
+ <a href="{{{ SITE.BASEURL }}}/note/2018"><time>2018</time></a> |
+ <a href="{{{ SITE.BASEURL }}}/note/2017"><time>2017</time></a> |
+ <a href="{{{ SITE.BASEURL }}}/note/2016"><time>2016</time></a>
+ </p>
+ </footer>
+
{{> nav_button }}
{{> nav }}
{{> bottom_script }}
diff --git a/templates/partials/head.mustache b/templates/partials/head.mustache
@@ -12,8 +12,8 @@
title="Feed des contenus de hugo.soucy.cc"
type="application/atom+xml" />
<!-- Switchboard is a WebSub hub -->
- <link href="https://hugo.soucy.cc/" rel="self">
- <link href="https://switchboard.p3k.io/" rel="hub">
+ <link href="https://hugo.soucy.cc/" rel="self"/>
+ <link href="https://switchboard.p3k.io/" rel="hub"/>
<!-- Webmentions -->
<link href="https://webmention.herokuapp.com/api/webmention" rel="webmention" />
<link href="https://webmention.io/hugo.soucy.cc/webmention" rel="webmention" />