This commit is contained in:
Panos Sakkos 2015-11-19 19:17:08 +01:00
parent 43c19fa661
commit 5c68656f07
11 changed files with 98 additions and 3 deletions

View file

@ -44,6 +44,9 @@
{% if site.favicon %}
<link rel="shortcut icon" type="image/x-icon" href="{{site.baseurl}}{{site.favicon}}">
{% endif %}
{% if site.web-app-mode %}
<link rel="manifest" href="{{site.baseurl}}/manifest.json">
{% endif %}
</head>
<!-- HEAD End -->