⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 tags.twig

📁 博客系统源码 博客系统源码 博客系统源码
💻 TWIG
字号:
{% extends "layouts/default.twig" %}{% block content %}        {% if tag_cloud %}        <h1>${ "Tag Maelstrom" | translate }</h1>        <br />        {% endif %}        {% for tag in tag_cloud %}        <a class="tag" href="$tag.url" style="font-size: $tag.size%" title="$tag.title">$tag.name</a>        {% else %}        <h1>${ "No Tags" | translate }</h1>        ${ "There aren't any tags yet. Such a shame." | translate }        {% endfor %}        {% if tag_cloud %}        <br />        <br />        <br />        ${ "To view posts that have tag combinations, separate the tags with \"+\" in the URL (see example below), or view one and click the plus signs next to the tags in the sidebar." | translate }        <br />        <br />        <pre><code>{% url "tag/tag-1+tag-2" %}</code></pre>        {% endif %}{% endblock %}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -