Update default.html

This commit is contained in:
wakgill
2020-12-31 22:40:26 -06:00
committed by GitHub
parent a759ad3f0f
commit d6a56512d8
+5 -3
View File
@@ -126,14 +126,14 @@
</ol> </ol>
</nav> </nav>
{% endif %} {% endif %}
{% endunless %} {% endunless %} <span id="CONTENT">
<div id="main-content" class="main-content" role="main"> <div id="main-content" class="main-content" role="main">
{% if site.heading_anchors != false %} {% if site.heading_anchors != false %}
{% include vendor/anchor_headings.html html=content beforeHeading="true" anchorBody="<svg viewBox=\"0 0 16 16\" aria-hidden=\"true\"><use xlink:href=\"#svg-link\"></use></svg>" anchorClass="anchor-heading" anchorAttrs="aria-labelledby=\"%html_id%\"" %} {% include vendor/anchor_headings.html html=content beforeHeading="true" anchorBody="<svg viewBox=\"0 0 16 16\" aria-hidden=\"true\"><use xlink:href=\"#svg-link\"></use></svg>" anchorClass="anchor-heading" anchorAttrs="aria-labelledby=\"%html_id%\"" %}
{% else %} {% else %}
<span id="CONTENT">
{{ content }}</span> {{ content }}
{% endif %} {% endif %}
@@ -198,6 +198,8 @@
<div class="search-overlay"></div> <div class="search-overlay"></div>
{% endif %} {% endif %}
</div> </div>
</span>
<script type="text/javascript"> <script type="text/javascript">
function findPos(obj) { function findPos(obj) {
var curtop = 0; var curtop = 0;