We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb39e19 commit 995d91aCopy full SHA for 995d91a
app/views/layouts/_head.html.haml
@@ -6,5 +6,6 @@
6
= favicon_link_tag 'apple-touch-icon.png', rel: 'apple-touch-icon', type: 'image/png'
7
= tag 'link', rel: 'manifest', href: manifest_path(format: :json)
8
= javascript_include_tag 'application', defer: true
9
+%link{rel: 'preconnect', href: 'https://fonts.gstatic.com', crossorigin: true}
10
= stylesheet_link_tag 'application', media: 'all'
11
= render 'layouts/ga'
0 commit comments