no message

doctree
zcy 2023-01-10 17:40:20 +08:00
parent a5f5360017
commit 7e95784323
2 changed files with 2 additions and 2 deletions

View File

@ -82,7 +82,7 @@
最新文章
</a>
{% for doc in topdoc %}
<a href="{{ url }}ArticleTree/article/{{ doc.id }}/" class="list-group-item">{{doc.title}}</a>
<a href="{{ url }}ArticleTree/article/{{ doc.id }}" class="list-group-item">{{doc.title}}</a>
{% endfor %}
</div>

View File

@ -95,7 +95,7 @@ function expandNode(e) {
最新文章
</a>
{% for doc in topdoc %}
<a href="{{ url }}ArticleTree/article/{{ doc.id }}/" class="list-group-item">{{doc.title}}</a>
<a href="{{ url }}ArticleTree/article/{{ doc.id }}" class="list-group-item">{{doc.title}}</a>
{% endfor %}
</div>
{% endblock %}