add favicon
This commit is contained in:
parent
6f72c3ff12
commit
9eae5372ff
|
@ -0,0 +1 @@
|
|||
_includes
|
|
@ -4,6 +4,7 @@ description: >
|
|||
GitHub Pagesissa ylläpidetty Piraattipuolueen historian
|
||||
säilyttävä dokumenttikirjasto.
|
||||
lang: fi
|
||||
icon: https://www.piraattipuolue.fi/wp-content/uploads/2016/10/cropped-2000px-Piratpartiet.svg_-32x32.png
|
||||
defaults:
|
||||
- scope:
|
||||
path: ""
|
||||
|
|
|
@ -0,0 +1,15 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
{%- seo -%}
|
||||
<link rel="stylesheet prefetch" href="{{ "/assets/main.css" | relative_url }}">
|
||||
<link rel="icon prefetch" href="{{site.icon}}"><link rel="icon prefetch" href="{{site.icon}}">
|
||||
<meta name="referrer" content="no-referrer" />
|
||||
<meta name="og:image" content="{{site.icon}}"/>
|
||||
|
||||
{%- feed_meta -%}
|
||||
{%- if jekyll.environment == 'production' and site.google_analytics -%}
|
||||
{%- include google-analytics.html -%}
|
||||
{%- endif -%}
|
||||
</head>
|
Loading…
Reference in New Issue