Skip to content

Commit

Permalink
Add a placeholder of favicons (jekyll#433)
Browse files Browse the repository at this point in the history
Merge pull request 433
  • Loading branch information
hszhakka authored and jekyllbot committed Jan 16, 2020
1 parent 1f2d261 commit 27d1d40
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions _includes/favicons.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{% comment %}
Placeholder to allow defining custom favicons

1. Head over to https://realfavicongenerator.net/ to add your own favicons.
2. Customize default _includes/favicons.html in your source directory and insert the given code snippet.
{% endcomment %}
1 change: 1 addition & 0 deletions _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
{%- include favicons.html -%}
{%- seo -%}
<link rel="stylesheet" href="{{ "/assets/css/style.css" | relative_url }}">
{%- feed_meta -%}
Expand Down

0 comments on commit 27d1d40

Please sign in to comment.