fix for issue #2

This commit is contained in:
Chaoming Li 2024-12-09 11:30:47 +11:00
parent 535221555f
commit 60c5c47750

View file

@ -36,7 +36,7 @@
<svg class="badge-icon w-5 h-5" fill="currentColor" viewBox="0 0 20 20">
<path fill-rule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z" clip-rule="evenodd"/>
</svg>
<span>{{ . | strings.TrimSpace }}</span>
<span>{{ . | default "" }}</span>
</li>
{{ end }}
</ul>