mirror of
https://github.com/GenZmeY/casper-i18n.git
synced 2025-01-31 09:32:27 +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">
|
<div class="bio">
|
||||||
<h2>{{name}}</h2>
|
<h2>{{name}}</h2>
|
||||||
<p>{{bio}}</p>
|
<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>
|
</div>
|
||||||
{{else}}
|
{{else}}
|
||||||
<h2>{{name}}</h2>
|
<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}}
|
{{/if}}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user