diff options
author | Thibaut Girka <thib@sitedethib.com> | 2018-10-11 14:12:36 +0200 |
---|---|---|
committer | Thibaut Girka <thib@sitedethib.com> | 2018-10-11 14:12:36 +0200 |
commit | 8f720be9f3ad314f0c0b0c7c0cc81616ba20e8fd (patch) | |
tree | 62803c2547eace343e63a06499b8406967836cc0 /app/views/layouts | |
parent | a02244f17c841f641c9ed289fb592b73fecf472d (diff) | |
parent | ac7df62a0441b95ec04fd9111a9394795dd53ff2 (diff) |
Merge commit 'ac7df62a0441b95ec04fd9111a9394795dd53ff2' into glitch-soc/merge-upstream
Diffstat (limited to 'app/views/layouts')
-rwxr-xr-x | app/views/layouts/application.html.haml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml index 36b4e9cae..7d3daf6c9 100755 --- a/app/views/layouts/application.html.haml +++ b/app/views/layouts/application.html.haml @@ -3,6 +3,13 @@ %head %meta{ charset: 'utf-8' }/ %meta{ name: 'viewport', content: 'width=device-width, initial-scale=1' }/ + + - if cdn_host? + %link{ rel: 'dns-prefetch', href: cdn_host }/ + + - if storage_host? + %link{ rel: 'dns-prefetch', href: storage_host }/ + %link{ rel: 'icon', href: favicon_path, type: 'image/x-icon' }/ %link{ rel: 'apple-touch-icon', sizes: '180x180', href: '/apple-touch-icon.png' }/ %link{ rel: 'mask-icon', href: '/mask-icon.svg', color: '#2B90D9' }/ |