Skip to content

Commit a65880e

Browse files
committed
add code tab notice to tour layout
1 parent 65bcac7 commit a65880e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

_layouts/tour.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@
1212
{% if page.new-version %}
1313
{% include outdated-notice.html new-version=page.new-version %}
1414
{% endif %}
15+
<noscript>
16+
<blockquote>
17+
<span style="font-weight: bold;">Info:</span> JavaScript is currently disabled, code tabs will still work,
18+
but preferences will not be remembered.
19+
</blockquote>
20+
</noscript>
1521
{{content}}
1622
</div>
1723

0 commit comments

Comments
 (0)