fix(style): single post tags listing
This commit is contained in:
@@ -148,11 +148,13 @@
|
||||
<!-- ── TAGS ─────────────────────────────────────────────────── -->
|
||||
{{- with .Params.tags -}}
|
||||
<footer class="gutter-x border-t border-zinc pt-10 pb-20">
|
||||
<div class="max-w-5xl mx-auto flex flex-wrap gap-3 items-center">
|
||||
<div class="max-w-5xl mx-auto flex no-wrap gap-3 items-start">
|
||||
<span class="label text-fog">Tagged:</span>
|
||||
{{- range . -}}
|
||||
<a href="/tags/{{ . | urlize }}/" class="badge badge-outline"># {{ . }}</a>
|
||||
{{- end -}}
|
||||
<span class="flex flex-wrap gap-3">
|
||||
{{- range . -}}
|
||||
<a href="/tags/{{ . | urlize }}/" class="badge badge-outline"># {{ . }}</a>
|
||||
{{- end -}}
|
||||
</span>
|
||||
</div>
|
||||
</footer>
|
||||
{{- end -}}
|
||||
|
||||
Reference in New Issue
Block a user