aboutsummaryrefslogtreecommitdiff
path: root/generators/hugo/themes/edwin/layouts/partials/post-tags.html
diff options
context:
space:
mode:
Diffstat (limited to 'generators/hugo/themes/edwin/layouts/partials/post-tags.html')
-rw-r--r--generators/hugo/themes/edwin/layouts/partials/post-tags.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/generators/hugo/themes/edwin/layouts/partials/post-tags.html b/generators/hugo/themes/edwin/layouts/partials/post-tags.html
index b1f445d..ade21b4 100644
--- a/generators/hugo/themes/edwin/layouts/partials/post-tags.html
+++ b/generators/hugo/themes/edwin/layouts/partials/post-tags.html
@@ -2,7 +2,7 @@
{{ range .Params.tags }}
- <a class="rounded bg-red-500 px-2 py-1 text-xs font-bold text-white no-underline"
+ <a class="rounded bg-red-700 px-2 py-1 text-xs font-bold text-white no-underline"
href="{{ "/tags/" | relLangURL }}{{ . | urlize }}/">{{ . }}</a>
{{ end }}