From 32317378eeeea00486c495d7ad070a8b49ceeef3 Mon Sep 17 00:00:00 2001 From: "Mike JS. Choi" Date: Thu, 10 May 2018 15:22:27 -0500 Subject: [PATCH] Silence favicon not found error --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index 856a29d..4ed2952 100644 --- a/index.html +++ b/index.html @@ -3,6 +3,7 @@ layout: page title: Home ---
+ {% for post in site.posts %} {% capture this_year %}{{ post.date | date: "%Y" }}{% endcapture %} {% capture next_year %}{{ post.previous.date | date: "%Y" }}{% endcapture %}