aboutsummaryrefslogtreecommitdiff
path: root/generators/hugo/themes
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-10-29 03:38:32 -0400
committerThedro Neely <thedroneely@gmail.com>2019-10-29 03:38:32 -0400
commit129570333b86e4261af4f2008c54bd173e1eb298 (patch)
treefc11c7b34a889c10c9e245682c5f471a1adf78f1 /generators/hugo/themes
parent8aaeadc402632e7ef6cefc2eeb47c2068bbbca9e (diff)
downloadthedroneely.com-129570333b86e4261af4f2008c54bd173e1eb298.tar.gz
thedroneely.com-129570333b86e4261af4f2008c54bd173e1eb298.tar.bz2
thedroneely.com-129570333b86e4261af4f2008c54bd173e1eb298.zip
hugo/layouts/_default/single.html: Button should not be here
The element “button” must not appear as a descendant of the “a” element.
Diffstat (limited to 'generators/hugo/themes')
-rw-r--r--generators/hugo/themes/tdro/layouts/_default/single.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/generators/hugo/themes/tdro/layouts/_default/single.html b/generators/hugo/themes/tdro/layouts/_default/single.html
index eda3050..9e59ed7 100644
--- a/generators/hugo/themes/tdro/layouts/_default/single.html
+++ b/generators/hugo/themes/tdro/layouts/_default/single.html
@@ -77,10 +77,10 @@
<a href="https://git.sr.ht/~sircmpwn/openring"
title="Generated by Open Ring"
class="attribution is-pulled-right has-text-grey-dark">
- <button class="button item__box item__no__hover">
+ <span class="button item__box item__no__hover">
{{ safeHTML "<?php featherIcon('help-circle') ?>" }}
<span>Openring</span>
- </button>
+ </span>
</a>
{{- partial "openring.html" . -}}
</section>