From 8a18989359dbd84014af844404f35c5ee082bd32 Mon Sep 17 00:00:00 2001 From: Bauke Date: Sat, 18 Aug 2018 15:39:40 +0200 Subject: [PATCH] Add August entry to readme and index --- README.md | 1 + src/index.pug | 2 ++ 2 files changed, 3 insertions(+) diff --git a/README.md b/README.md index 324592a..65d7be6 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ * [May](https://til.bauke.xyz/posts/may-2018.html) * [June](https://til.bauke.xyz/posts/june-2018.html) * [July](https://til.bauke.xyz/posts/july-2018.html) +* [August](https://til.bauke.xyz/posts/august-2018.html) ## Contributing diff --git a/src/index.pug b/src/index.pug index 28dea2c..a73a123 100644 --- a/src/index.pug +++ b/src/index.pug @@ -23,6 +23,8 @@ html(lang="en") section(id="posts") h1 Posts + article(class="post") + h2: a(href="posts/august-2018.html") August 2018 article(class="post") h2: a(href="posts/july-2018.html") July 2018 article(class="post")