Fixed HastyScribe page buttons.
h3rald h3rald@h3rald.com
Sat, 13 Sep 2014 21:34:51 +0200
2 files changed,
3 insertions(+),
1 deletions(-)
M
content/styles/_typography.less
→
content/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.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=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 %>