mirror of
https://github.com/bspeice/speice.io
synced 2024-11-05 01:28:09 -05:00
Silence favicon not found error
This commit is contained in:
parent
110985aa9a
commit
32317378ee
@ -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 %}
|
||||||
|
Loading…
Reference in New Issue
Block a user