?? comment.twig
字號:
<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 + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -