1
0
mirror of https://github.com/meineerde/holgerjust.de.git synced 2025-10-17 17:01:01 +00:00

First load the font, then the stylesheet

This commit is contained in:
Daniel Bayerlein 2017-03-06 20:25:29 +01:00 committed by Holger Just
parent 322f6c0728
commit 481e7d9355

View File

@ -35,8 +35,8 @@
= feed_tag :atom, "#{blog.options.prefix.to_s}/feed.xml", title: "Atom Feed"
= favicon_tag 'images/favicon.ico'
= stylesheet_link_tag :application
%link{rel: :stylesheet, type: 'text/css', href: '//fonts.googleapis.com/css?family=Merriweather:300,700,700italic,300italic|Open+Sans:700,400'}
= stylesheet_link_tag :application
%link{rel: 'author', type: 'text/plain', href: '/humans.txt'}
- if current_page.data.canonical
%link{rel: 'canonical', href: current_page.data.canonical}