Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roryg/ghostwriter.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRory Gibson <rg.rorygibson@gmail.com>2014-05-06 18:33:34 +0400
committerRory Gibson <rg.rorygibson@gmail.com>2014-05-06 18:33:34 +0400
commit6436be86e02db6aae5923bf3035762b9aa9d0174 (patch)
treeca005902996e31a11386ecf929031a32f5d2508e /index.hbs
parentf0986382984c85c0e15d10138328d9cb2c724011 (diff)
Fixed page title not working on some pages
Diffstat (limited to 'index.hbs')
-rw-r--r--index.hbs2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.hbs b/index.hbs
index 1935fcb..7b63841 100644
--- a/index.hbs
+++ b/index.hbs
@@ -12,7 +12,7 @@
<ol class="post-list">
{{#foreach posts}}
<li class="post-stub {{post_class}}" >
- <a class="js-ajax-link" title="{{title}}" href="{{url}}">
+ <a class="js-ajax-link" title="{{title}} | {{@blog.title}}" href="{{url}}">
<h4 class="post-stub-title">{{title}}</h4>
<time class="post-stub-date" datetime="{{published_at}}">Published {{date format="MMMM Do YYYY"}}</time>