aboutsummaryrefslogtreecommitdiff
path: root/generators/hugo/themes/tdro/layouts/_default/_markup
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2020-06-05 04:00:01 -0400
committerThedro Neely <thedroneely@gmail.com>2020-06-05 04:00:01 -0400
commit2e86393a62abfacc469d30b38c8ff9d59199f8a4 (patch)
treec8328de660b5fa1795f2dd60535a1168615b5939 /generators/hugo/themes/tdro/layouts/_default/_markup
parent787b4da6d55762c81cbc18068765fc4bf3af5221 (diff)
downloadthedroneely.com-2e86393a62abfacc469d30b38c8ff9d59199f8a4.tar.gz
thedroneely.com-2e86393a62abfacc469d30b38c8ff9d59199f8a4.tar.bz2
thedroneely.com-2e86393a62abfacc469d30b38c8ff9d59199f8a4.zip
hugo/_markup/render-heading: Wrap with <a>
Remove pilcrow
Diffstat (limited to 'generators/hugo/themes/tdro/layouts/_default/_markup')
-rw-r--r--generators/hugo/themes/tdro/layouts/_default/_markup/render-heading.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/generators/hugo/themes/tdro/layouts/_default/_markup/render-heading.html b/generators/hugo/themes/tdro/layouts/_default/_markup/render-heading.html
index 54fea7c..319997c 100644
--- a/generators/hugo/themes/tdro/layouts/_default/_markup/render-heading.html
+++ b/generators/hugo/themes/tdro/layouts/_default/_markup/render-heading.html
@@ -1,4 +1,3 @@
<h{{ .Level }} id="{{ .Anchor | safeURL }}">
- <a title="{{ .Text | safeHTML }}" href="#{{ .Anchor | safeURL }}">ΒΆ</a>
- {{ .Text | safeHTML }}
+ <a class="article__heading__anchor" title="{{ .Text | safeHTML }}" href="#{{ .Anchor | safeURL }}">{{ .Text | safeHTML }}</a>
</h{{ .Level }}>