aboutsummaryrefslogtreecommitdiff
path: root/generators/hugo/themes/tdro/layouts
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-06-12 23:23:22 -0400
committerThedro Neely <thedroneely@gmail.com>2019-06-12 23:23:22 -0400
commit43d127da2fb4f34540c9182222cf1f5f38ab54ef (patch)
treee97a408f1f76897b123c6863a260cb242de7f0c4 /generators/hugo/themes/tdro/layouts
parent7d66a041427113b52a0439fa3ef3feb59e416f5f (diff)
downloadthedroneely.com-43d127da2fb4f34540c9182222cf1f5f38ab54ef.tar.gz
thedroneely.com-43d127da2fb4f34540c9182222cf1f5f38ab54ef.tar.bz2
thedroneely.com-43d127da2fb4f34540c9182222cf1f5f38ab54ef.zip
generators/hugo/layouts/partials/page-tags.html: Add focus-link class
Diffstat (limited to 'generators/hugo/themes/tdro/layouts')
-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 0db3bd6..c1f7cb0 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="page__tags" href="{{ "tags/" | relURL }}{{ $value | urlize }}/">{{ $value }}</a>{{ end }}
+<a class="page__tags focus-link" href="{{ "tags/" | relURL }}{{ $value | urlize }}/">{{ $value }}</a>{{ end }}