Skip to content

Commit 0b5e707

Browse files
committed
🐛 Bug(tips): fix tags list
1 parent 36d441f commit 0b5e707

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/layouts/tips/li.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ <h2>
1010
{{ end }}
1111
</h2>
1212
<ul class="tags">
13-
{{ range $index, $tag := .Params.tags }}
13+
{{ range $index, $tag := .Params.tipstags }}
1414
<li><a aria-label="Tag {{ $tag }}" href="/tipstags/{{ $tag | urlize }}/">{{ $tag }}</a></li>
1515
{{ end }}
1616
</ul>

0 commit comments

Comments
 (0)