commit e537f2288572b3a529dc27267dbaa040523c17d2
parent 9021568e81eebe4fc6bf4681b72c4d2538c2c30a
Author: Hugo Soucy <hugo@soucy.cc>
Date: Mon, 10 Aug 2020 21:05:22 -0400
Add 2019 to the note index page
Diffstat:
3 files changed, 11 insertions(+), 4 deletions(-)
diff --git a/content/note/2019/index.json b/content/note/2019/index.json
@@ -0,0 +1,7 @@
+{
+ "date":"0000-00-00",
+ "datetime":"11:26:54",
+ "permalink":"/note",
+ "template":"note-index",
+ "title":"Notes de 2019"
+}
diff --git a/content/note/2019/index.md b/content/note/2019/index.md
@@ -0,0 +1,3 @@
+
+Notes de 2019
+=============
diff --git a/templates/note-index.mustache b/templates/note-index.mustache
@@ -3,10 +3,6 @@
{{> head }}
<body class="note-index">
- <!-- <a class="go-to-menu" href="#menu">
- <span class="visuallyhidden">Aller au </span>Menu <span class="visuallyhidden">principal</span>
- <span class="go-to-menu__ico"></span>
- </a> -->
{{> nav }}
<main class="h-feed">
{{{ content }}}
@@ -55,6 +51,7 @@
<footer class="footer-banner">
<p>
+ <a href="{{{ site.baseurl }}}/note/2019"><time>2019</time></a> |
<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>