mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2025-01-19 01:31:34 +00:00
Updated _layout.njk
Forgot to add globals.v2 to some images in meta tags.
This commit is contained in:
parent
5878434c12
commit
976e96c14f
@ -37,12 +37,12 @@
|
|||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
<!-- Icons, configs, etcetera -->
|
<!-- Icons, configs, etcetera -->
|
||||||
<link rel="icon" type="image/png" href="{{ globals.root }}/icons/32pxr.png" sizes="32x32">
|
<link rel="icon" type="image/png" href="{{ globals.root }}/icons/32pxr.png?v={{ globals.v2 }}" sizes="32x32">
|
||||||
<link rel="icon" type="image/png" href="{{ globals.root }}/icons/96pxr.png" sizes="96x96">
|
<link rel="icon" type="image/png" href="{{ globals.root }}/icons/96pxr.png?v={{ globals.v2 }}" sizes="96x96">
|
||||||
<link rel="apple-touch-icon" href="{{ globals.root }}/icons/120px.png" sizes="120x120">
|
<link rel="apple-touch-icon" href="{{ globals.root }}/icons/120px.png?v={{ globals.v2 }}" sizes="120x120">
|
||||||
<link rel="apple-touch-icon" href="{{ globals.root }}/icons/152px.png" sizes="152x152">
|
<link rel="apple-touch-icon" href="{{ globals.root }}/icons/152px.png?v={{ globals.v2 }}" sizes="152x152">
|
||||||
<link rel="apple-touch-icon" href="{{ globals.root }}/icons/167px.png" sizes="167x167">
|
<link rel="apple-touch-icon" href="{{ globals.root }}/icons/167px.png?v={{ globals.v2 }}" sizes="167x167">
|
||||||
<link rel="apple-touch-icon" href="{{ globals.root }}/icons/180px.png" sizes="180x180">
|
<link rel="apple-touch-icon" href="{{ globals.root }}/icons/180px.png?v={{ globals.v2 }}" sizes="180x180">
|
||||||
<link rel="manifest" href="{{ globals.root }}/icons/manifest.json?v={{ globals.v2 }}">
|
<link rel="manifest" href="{{ globals.root }}/icons/manifest.json?v={{ globals.v2 }}">
|
||||||
<meta name="apple-mobile-web-app-title" content="{{ globals.name }}">
|
<meta name="apple-mobile-web-app-title" content="{{ globals.name }}">
|
||||||
<meta name="application-name" content="{{ globals.name }}">
|
<meta name="application-name" content="{{ globals.name }}">
|
||||||
|
Loading…
Reference in New Issue
Block a user