Add favicon
This commit is contained in:
parent
9108571b9e
commit
8bf960e838
|
@ -11,7 +11,6 @@ description:
|
||||||
keywords:
|
keywords:
|
||||||
|
|
||||||
lang: en
|
lang: en
|
||||||
icon: 🐰
|
|
||||||
url: https://slococo.com.ar
|
url: https://slococo.com.ar
|
||||||
baseurl:
|
baseurl:
|
||||||
last_updated: false
|
last_updated: false
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
<link rel="stylesheet" href="https://gitcdn.link/repo/jwarby/jekyll-pygments-themes/master/{{ site.highlight_theme }}.css"/>
|
<link rel="stylesheet" href="https://gitcdn.link/repo/jwarby/jekyll-pygments-themes/master/{{ site.highlight_theme }}.css"/>
|
||||||
|
|
||||||
{% if site.icon != empty -%}
|
{% if site.icon != empty -%}
|
||||||
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>{{ site.icon }}</text></svg>">
|
<link rel="icon" href="{{ '/assets/img/prof_pic.ico' | relative_url }}">
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
<link rel="stylesheet" href="{{ '/assets/css/main.css' | relative_url }}">
|
<link rel="stylesheet" href="{{ '/assets/css/main.css' | relative_url }}">
|
||||||
<link rel="canonical" href="{{ page.url | replace:'index.html','' | absolute_url }}">
|
<link rel="canonical" href="{{ page.url | replace:'index.html','' | absolute_url }}">
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 31 KiB |
Loading…
Reference in New Issue