We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 753e955 commit b166b75Copy full SHA for b166b75
src/templates/blog/component/blog_list.html
@@ -25,7 +25,7 @@ <h4 class="blue-text"><a href="{% url "blog:detail" blog.id %}"
25
<li><a title="已有 {{ blog.view }} 次浏览"><i class="el-eye-open"></i>{{ blog.view }}</a></li>
26
{% for tag in blog.tag.values %}
27
<li class="mob-hidden">
28
- <a title="标签: {{ tag.tag_name }}" href="#"><i class="el-tag"></i>{{ tag.tag_name }}</a>
+ <a title="标签: {{ tag.tag_name }}" href="{% url "blog:tag" tag.tag_name %}"><i class="el-tag"></i>{{ tag.tag_name }}</a>
29
</li>
30
{% endfor %}
31
<li><a href="{% url "blog:list" %}}" title="查看分类"><i
0 commit comments