aboutsummaryrefslogtreecommitdiff
path: root/_layouts
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2019-10-21 07:54:50 +0200
committerMiquel Sabaté Solà <msabate@suse.com>2019-10-21 07:54:50 +0200
commit28ed42d62b4d3d7a5394af1c4c0846d619c2db86 (patch)
tree33e1476175b4cc462bf0a5b541abf6af6509c33f /_layouts
parentad5c8f0bb528e6d0da0a20f99997ce971544f4b8 (diff)
downloadjo.mssola.com-28ed42d62b4d3d7a5394af1c4c0846d619c2db86.tar.gz
jo.mssola.com-28ed42d62b4d3d7a5394af1c4c0846d619c2db86.zip
Fixed favicon situation
I removed the hacky empty favicon, and I've generated a proper favicon for android, apple, etc. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to '_layouts')
-rw-r--r--_layouts/default.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
index bf03d37..4053b9b 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -59,12 +59,11 @@
{% comment %}<!-- We have the same JS file for all languages -->{% endcomment %}
<script src="{{ "/javascripts/dist/main.min.js" | prepend: site.baseurl_root }}"></script>
- {% comment %}<!-- Empty favicon -->{% endcomment %}
- <link href="data:image/x-icon;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQEAYAAABPYyMiAAAABmJLR0T///////8JWPfcAAAACXBIWXMAAABIAAAASABGyWs+AAAAF0lEQVRIx2NgGAWjYBSMglEwCkbBSAcACBAAAeaR9cIAAAAASUVORK5CYII=" rel="icon" type="image/x-icon" />
-
{% comment %}<!-- Feeds -->{% endcomment %}
<link href="/feed.xml" type="application/rss+xml" rel="alternate" title="Entrades al blog en català" />
<link href="/feed.en.xml" type="application/rss+xml" rel="alternate" title="Blog posts in english" />
+
+ {% include favicon.html %}
</head>
<body>
{% include header.html %}