aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-10-12 03:37:40 -0400
committerThedro Neely <thedroneely@gmail.com>2019-10-12 03:37:40 -0400
commitdab2dfd05ebbab101320cd727e7c62d41d32d015 (patch)
tree43e1266fe7af39cb09c2c5d2e5a79ad4869ebb32
parent7dae782e5dfde9527114a2480b719a5f0eee9753 (diff)
downloadedwinmattiacci.com-dab2dfd05ebbab101320cd727e7c62d41d32d015.tar.gz
edwinmattiacci.com-dab2dfd05ebbab101320cd727e7c62d41d32d015.tar.bz2
edwinmattiacci.com-dab2dfd05ebbab101320cd727e7c62d41d32d015.zip
hugo/layouts/partials/post-tags.html: Add contrast to article tags
-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 }}