minor change

This commit is contained in:
E. S. 2024-04-14 23:19:03 +00:00
parent d235ef23d5
commit 77428fad95

View File

@ -171,7 +171,7 @@ $html = <<<HTML
{$ctx->if_not($visible, $ctx->lang('blog_post_hidden').' |')}
{$date}
{$ctx->if_true($other_langs, fn() => $ctx->post_other_langs($url, $other_langs))}
{$ctx->if_true($source_url, fn() => ' | <a href="'.$source_url.'">Source at kiwiarxiv</a>')}
{$ctx->if_true($source_url, fn() => ' | <a href="'.$source_url.'">Source at kiwi arXiv</a>')}
{$ctx->if_admin($ctx->post_admin_links, $url, $id, $lang)}
</div>
</div>