mirror of
https://github.com/GenZmeY/casper-i18n.git
synced 2025-07-19 12:16:05 +00:00
fix: "More posts by this autor"
This commit is contained in:
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>
|
||||
|
Reference in New Issue
Block a user