aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2021-06-18 00:37:12 -0400
committerThedro Neely <thedroneely@gmail.com>2021-06-18 00:37:12 -0400
commit8d90f924391d1c3e3ab543721a64f7cf4137e756 (patch)
tree3e2debc30f615324a69317ef257b45d5cac9476c
parent4603c607c3ede04b9f711880a96ff0e4d6a102bc (diff)
downloadthedroneely.com-8d90f924391d1c3e3ab543721a64f7cf4137e756.tar.gz
thedroneely.com-8d90f924391d1c3e3ab543721a64f7cf4137e756.tar.bz2
thedroneely.com-8d90f924391d1c3e3ab543721a64f7cf4137e756.zip
generators/hugo/layouts/partials/page-tags: Remove unused classes
-rw-r--r--generators/hugo/themes/tdro/layouts/partials/page-tags.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/generators/hugo/themes/tdro/layouts/partials/page-tags.html b/generators/hugo/themes/tdro/layouts/partials/page-tags.html
index 7f3f58e..81b7033 100644
--- a/generators/hugo/themes/tdro/layouts/partials/page-tags.html
+++ b/generators/hugo/themes/tdro/layouts/partials/page-tags.html
@@ -1,2 +1,2 @@
{{- range $i, $value := sort . }}{{ if $i }} {{ end }}
-· <a class="has-text-grey-dark underline focus-link" href="{{ "tags/" | relURL }}{{ $value | urlize }}/">{{ $value }}</a>{{ end }}
+· <a class="has-text-grey-dark" href="{{ "tags/" | relURL }}{{ $value | urlize }}/">{{ $value }}</a>{{ end }}