fix: "More posts by this autor"

This commit is contained in:
GenZmeY 2020-12-05 05:15:17 +03:00
parent 5c79215e4a
commit f1e7821d7b

View File

@ -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>