Fixes #37
This commit is contained in:
parent
43c19fa661
commit
5c68656f07
11 changed files with 98 additions and 3 deletions
|
|
@ -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 -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue