Silence favicon not found error

This commit is contained in:
Mike JS. Choi 2018-05-10 15:22:27 -05:00
parent 110985aa9a
commit 32317378ee

View File

@ -3,6 +3,7 @@ layout: page
title: Home title: Home
--- ---
<section class="c-archives"> <section class="c-archives">
<link rel="shortcut icon" href="">
{% for post in site.posts %} {% for post in site.posts %}
{% capture this_year %}{{ post.date | date: "%Y" }}{% endcapture %} {% capture this_year %}{{ post.date | date: "%Y" }}{% endcapture %}
{% capture next_year %}{{ post.previous.date | date: "%Y" }}{% endcapture %} {% capture next_year %}{{ post.previous.date | date: "%Y" }}{% endcapture %}