📄 tag.twig
字号:
{% 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 %}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -