all repos — h3rald @ 7ce68e67ecaf7d0700345393bf26a3b0e07533ea

The sources of https://h3rald.com

Fixed Google Fonts URL
Fabio Cevasco h3rald@h3rald.com
Sun, 19 Apr 2015 16:57:06 +0200
commit

7ce68e67ecaf7d0700345393bf26a3b0e07533ea

parent

1405f9f2ae9145004fa53313233f67f70eb94e0a

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M layouts/default.erblayouts/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 %>