mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2024-12-28 07:57:04 +01:00
Update site_layout.html.j2
This commit is contained in:
parent
025f261a15
commit
1a197f8c01
@ -18,10 +18,14 @@
|
||||
|
||||
<!--Specify icons for Apple devices (can also be used as fallback for Android)-->
|
||||
<link rel="apple-touch-icon" href="https://titanembeds.com/static/img/titanembeds_square.png">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="https://titanembeds.com/static/img/appicons/icon_60x60@3x.png" />
|
||||
<link rel="apple-touch-icon" sizes="76x76" href="https://titanembeds.com/static/img/appicons/icon_76x76@1x.png" />
|
||||
<link rel="apple-touch-icon" sizes="152x152" href="https://titanembeds.com/static/img/appicons/icon_76x76@2x.png" />
|
||||
<link rel="apple-touch-icon" sizes="58x58" href="https://titanembeds.com/static/img/appicons/icon_58x58@1x.png" />
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/static/img/appicons/icon_60x60@3x.png" />
|
||||
<link rel="apple-touch-icon" sizes="76x76" href="/static/img/appicons/icon_76x76@1x.png" />
|
||||
<link rel="apple-touch-icon" sizes="152x152" href="/static/img/appicons/icon_76x76@2x.png" />
|
||||
<link rel="apple-touch-icon" sizes="58x58" href="/static/img/appicons/icon_58x58@1x.png" />
|
||||
|
||||
<!--Specify icons for Android devices-->
|
||||
<link rel="icon" sizes="192x192" href="/static/img/appicons/icon_192x192.png">
|
||||
<link rel="icon" sizes="128x128" href="/static/img/appicons/icon_128x128.png">
|
||||
|
||||
{% include 'seo_meta.html.j2' %}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user