Skip to content

Commit 7608a4b

Browse files
fix(blog): flip on/by in post byline
1 parent 21cb0ec commit 7608a4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

html-templates/blog/blogPost.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
{capture assign=authoredDate}<a href="{$Post->getURL()}">{timestamp $Post->Published}</a>{/capture}
9494

9595
<div class="article-meta">
96-
{sprintf(_("on %s by %s"), $authorData, $authoredDate)}
96+
{sprintf(_("by %1$s on %2$s"), $authorData, $authoredDate)}
9797
</div>
9898

9999
{if $Post->Summary}

0 commit comments

Comments
 (0)