mirror of
https://github.com/thangisme/notes.git
synced 2024-12-21 21:16:25 -05:00
Merge pull request #376 from MikesCoolOrg/master
Improve accessibility by adding label to Anchor links.
This commit is contained in:
commit
a8f8f8445a
4
_includes/vendor/anchor_headings.html
vendored
4
_includes/vendor/anchor_headings.html
vendored
@ -64,7 +64,7 @@
|
||||
{% capture anchor %}{% endcapture %}
|
||||
|
||||
{% if html_id and headerLevel >= minHeader and headerLevel <= maxHeader %}
|
||||
{% capture anchor %}href="#{{ html_id}}"{% endcapture %}
|
||||
{% capture anchor %}href="#{{ html_id}}" aria-labelledby="{{ html_id}}"{% endcapture %}
|
||||
|
||||
{% if include.anchorClass %}
|
||||
{% capture anchor %}{{ anchor }} class="{{ include.anchorClass }}"{% endcapture %}
|
||||
@ -97,4 +97,4 @@
|
||||
{% endcapture %}
|
||||
{% capture edited_headings %}{{ edited_headings }}{{ new_heading }}{% endcapture %}
|
||||
{% endfor %}
|
||||
{% endcapture %}{% assign headingsWorkspace = '' %}{{ edited_headings | strip }}
|
||||
{% endcapture %}{% assign headingsWorkspace = '' %}{{ edited_headings | strip }}
|
||||
|
Loading…
Reference in New Issue
Block a user