mirror of
https://github.com/chaoming/hugo-saasify-theme.git
synced 2025-06-08 00:41:52 +02:00
fix for issue #2
This commit is contained in:
parent
535221555f
commit
60c5c47750
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue