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

github.com/wangchucheng/hugo-eureka.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/components/post-tags.html')
-rw-r--r--layouts/partials/components/post-tags.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/components/post-tags.html b/layouts/partials/components/post-tags.html
index cac5fba..3c5815f 100644
--- a/layouts/partials/components/post-tags.html
+++ b/layouts/partials/components/post-tags.html
@@ -1,5 +1,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 mr-2 hover:text-eureka">#{{ .LinkTitle }}</a>
+ <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> \ No newline at end of file