This commit is contained in:
xing 2022-11-17 17:47:47 +08:00
parent 6ad7472d93
commit 0bb5d85c8d

View File

@ -48,7 +48,7 @@
<nav aria-label="分类">
<ul>
{{range $k,$v := .categories}}
<li class="cat-item cat-item-{{$v.WpTerms.TermId}}"><a
<li class="cat-item cat-item-{{$v.Terms.TermId}}"><a
href="/p/category/{{$v.Name}}">{{$v.Name}}</a>
{{end}}
</ul>