mirror of
https://github.com/bspeice/speice.io
synced 2025-07-02 06:16:22 -04:00
Silence favicon not found error
This commit is contained in:
@ -3,6 +3,7 @@ layout: page
|
||||
title: Home
|
||||
---
|
||||
<section class="c-archives">
|
||||
<link rel="shortcut icon" href="">
|
||||
{% for post in site.posts %}
|
||||
{% capture this_year %}{{ post.date | date: "%Y" }}{% endcapture %}
|
||||
{% capture next_year %}{{ post.previous.date | date: "%Y" }}{% endcapture %}
|
||||
|
Reference in New Issue
Block a user