Skip to content

Commit

Permalink
Merge branch 'master' into linenos
Browse files Browse the repository at this point in the history
  • Loading branch information
pdmosses authored Jul 6, 2020
2 parents 49ef043 + 654da0a commit 305bed7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _includes/vendor/anchor_headings.html
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand Down Expand Up @@ -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 }}
2 changes: 2 additions & 0 deletions _sass/search.scss
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,8 @@
@include mq(md) {
.main {
position: fixed;
right: 0;
left: 0;
}
}

Expand Down

0 comments on commit 305bed7

Please sign in to comment.