comment.twig
来自「博客系统源码 博客系统源码 博客系统源码」· TWIG 代码 · 共 14 行
TWIG
14 行
<li id="comment_$comment.id"> {% if comment.status == "denied" %} <span class="waiting">${ "Your comment is awaiting moderation." | translate }</span> {% endif %} <blockquote> $comment.body </blockquote> <cite> ${ comment.delete_link("Delete" | translate, "") } ${ comment.edit_link("Edit" | translate, "") } ${ "<strong>%s</strong> on <a href=\"%s\" class=\"permalink\">%s</a>" | translate | format(comment.author_link, comment.post.url ~ "#comment_"~comment.id, comment.created_at | strftime("%B %e, %Y, at %I:%M %p" | translate)) } </cite> </li>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?