We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08ed0c3 commit ac9defbCopy full SHA for ac9defb
_layouts/default.html
@@ -16,9 +16,9 @@
16
{% include components/breadcrumbs.html %}
17
<div id="main-content" class="main-content">
18
<main>
19
- {%- if page.lang != site.active_lang -%}
+ <!-- {%- if page.lang != site.active_lang -%}
20
{%- include no-translation.html -%}
21
- {%- endif -%}
+ {%- endif -%} -->
22
{% if site.heading_anchors != false %}
23
{% 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%\"" %}
24
{% else %}
0 commit comments