?? tag.twig
字號(hào):
{% extends "layouts/default.twig" %}{% block content %} {% if posts.paginated %} <h1>${ "Posts tagged with %s" | translate("tags") | format(tag | escape) }</h1> {% endif %} {% for post in posts.paginated %}{% include "feathers/" ~ post.feather ~ ".twig" %} {% else %} <h1>${ "No Posts" | translate }</h1> {% if reason == "tag_not_found" %} <p>${ "There are no posts with the tag you specified." | translate("tags") }</p> {% else %} <p>${ "No tag specified." | translate("tags") }</p> {% endif %} {% endfor %}{% endblock %}
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -