all repos — h3rald @ c01a6f674210d0de786a9d97ab320030a517028d

The sources of https://h3rald.com

Fixed HastyScribe page buttons.
h3rald h3rald@h3rald.com
Sat, 13 Sep 2014 21:34:51 +0200
commit

c01a6f674210d0de786a9d97ab320030a517028d

parent

2a0b9635dd2da19e9b67c615ece436bc42134904

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

jump to
M content/styles/_typography.lesscontent/styles/_typography.less

@@ -115,6 +115,8 @@ }

.article-info .tag, code .tag, +ul.dropdown-menu a, +a[href].btn, footer a[href] { &:before { content: "";
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=Source+Sans+Pro:300,600,300italic,600italic|Source+Code+Pro:300' rel='stylesheet' type='text/css'> + <link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,600,300italic,600italic|Source+Code+Pro:300' 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 %>