mirror of
https://github.com/GenZmeY/casper-i18n.git
synced 2024-11-10 02:28:02 +00:00
fix: "More posts by this autor"
This commit is contained in:
parent
5c79215e4a
commit
f1e7821d7b
4
post.hbs
4
post.hbs
@ -50,11 +50,11 @@ into the {body} of the default.hbs template --}}
|
||||
<div class="bio">
|
||||
<h2>{{name}}</h2>
|
||||
<p>{{bio}}</p>
|
||||
<p>{{t "<a href='{url}'>More posts</a> by {name}"}}</p>
|
||||
<p>{{{t "<a href='{url}'>More posts</a> by {name}" url=(url) name=name}}}.</p>
|
||||
</div>
|
||||
{{else}}
|
||||
<h2>{{name}}</h2>
|
||||
<p>{{t "Read <a href='{url}'>more posts</a> by this author"}}</p>
|
||||
<p>{{{t "Read <a href='{url}'>more posts</a> by this author" url=(url)}}}.</p>
|
||||
{{/if}}
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user