|
|
@ -6,6 +6,10 @@ |
|
|
|
%meta{ name: 'viewport', content: 'width=device-width, initial-scale=1.0, shrink-to-fit=no' } |
|
|
|
%meta{ name: 'description', content: cms_fragment_content('meta-description') } |
|
|
|
%meta{ name: 'theme-color', content:'#ffffff' } |
|
|
|
%link{ href: '/apple-touch-icon.png', rel: 'apple-touch-icon', sizes: '180x180' } |
|
|
|
%link{ href: '/favicon-32x32.png', rel: 'icon', sizes: '32x32', type: 'image/png' } |
|
|
|
%link{ href: '/favicon-16x16.png', rel: 'icon', sizes: '16x16', type: 'image/png' } |
|
|
|
%link{ href: '/site.webmanifest', rel: 'manifest' } |
|
|
|
= render 'layouts/opengraph' |
|
|
|
= render 'layouts/twittercard' |
|
|
|
= stylesheet_link_tag 'https://fonts.googleapis.com/css?family=Domine:400,700|Nunito+Sans:300,400,900&display=swap', 'application', media: 'all' |
|
|
|