Skip to content

Commit

Permalink
Merge pull request #166 from cllns/fix-blog-title-layout
Browse files Browse the repository at this point in the history
Fix title to not repeat 'Hanami'
  • Loading branch information
jodosha committed Apr 7, 2016
2 parents 9cb6790 + 787842d commit 5b533ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/_head.erb
Expand Up @@ -6,7 +6,7 @@
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
<link href="/atom.xml" rel="alternate" title="Hanami" type="application/atom+xml" />

<title>Hanami | <%= current_page.data.title || "Hanami | The web, with simplicity." %></title>
<title>Hanami | <%= current_page.data.title || "The web, with simplicity." %></title>

<link href="http://fonts.googleapis.com/css?family=Roboto:100,300,400,700" rel="stylesheet">
<%= stylesheet_link_tag 'toolkit-minimal' %>
Expand Down

0 comments on commit 5b533ed

Please sign in to comment.