Skip to content
This repository has been archived by the owner on May 12, 2019. It is now read-only.

Commit

Permalink
little details in title and readTime
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Aug 15, 2015
1 parent 6328b03 commit eb95489
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion default.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />

<title>{{#unless post}}{{#if message}}{{message}} - {{@blog.title}}{{/if}}{{meta_title}}{{else}}{{meta_title}} - {{@blog.title}}{{/unless}}</title>
<title>{{meta_title}}.</title>

{{> meta}}

Expand Down
2 changes: 1 addition & 1 deletion error.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>Houston, we have a problem - {{@blog.title}}</title>
<title>404, Houston, we have a problem.</title>
{{> meta}}
<link rel="stylesheet" type="text/css" href="{{asset "css/uno.css"}}" />
{{ghost_head}}
Expand Down
2 changes: 1 addition & 1 deletion post.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
{{!-- <span class="post author">
<img src="{{author.image}}" alt="profile image for {{author.name}}"/> by {{author.name}}
</span> --}}
<span class="post reading-time"> <span></span> read.</span>
<span class="post reading-time"> ~ <span></span> read.</span>
</div>

<a alt="Tweet '{{title}}'" href="https://twitter.com/intent/tweet?text={{encode title}} {{encode ' » '}}&amp;url={{url absolute="true"}}" >
Expand Down

0 comments on commit eb95489

Please sign in to comment.