Welcome to mirror list, hosted at ThFree Co, Russian Federation.

post-tags.html « components « partials « layouts - github.com/wangchucheng/hugo-eureka.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3c5815f72fe3b9b3728f59c6bc685bbf5bc29d34 (plain)
1
2
3
4
5
<div class="my-4">
    {{ range $index, $value := . }}
    <a href="{{ .Permalink }}" class="inline-block bg-tertiary-bg text-sm rounded px-3 py-1 my-1 me-2 hover:text-eureka">#{{ .LinkTitle }}</a>
    {{ end }}
</div>