Fixed Google Fonts URL
Fabio Cevasco h3rald@h3rald.com
Sun, 19 Apr 2015 16:57:06 +0200
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
layouts/default.erb
→
layouts/default.erb
@@ -5,7 +5,7 @@ <!DOCTYPE html>
<html lang="en"> <head> <title><%= @item[:title] || @item[:title_tag] %> - H3RALD</title> - <link href='http://fonts.googleapis.com/css?family=Inconsolata:400' rel='stylesheet' type='text/css'> + <link href='https://fonts.googleapis.com/css?family=Inconsolata:400' rel='stylesheet' type='text/css'> <% if @item[:feed_url] then %> <link rel="alternate" type="application/rss+xml" title="H3RALD - <%= @item[:feed_title]%>" href="<%= @item[:feed_url]%>" /> <% else %>