Skip to content

Commit 995d91a

Browse files
committed
Removed one too many tags
1 parent bb39e19 commit 995d91a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/views/layouts/_head.html.haml

+1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@
66
= favicon_link_tag 'apple-touch-icon.png', rel: 'apple-touch-icon', type: 'image/png'
77
= tag 'link', rel: 'manifest', href: manifest_path(format: :json)
88
= javascript_include_tag 'application', defer: true
9+
%link{rel: 'preconnect', href: 'https://fonts.gstatic.com', crossorigin: true}
910
= stylesheet_link_tag 'application', media: 'all'
1011
= render 'layouts/ga'

0 commit comments

Comments
 (0)