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 ce94ea1 commit d7d16acCopy full SHA for d7d16ac
src/_includes/layout.njk
@@ -9,7 +9,6 @@
9
<html {% if rtl == "true" %}dir="rtl"{% endif -%}>
10
<head>
11
<title>{{ title }}</title>
12
- {% block polyfill -%}<script src="https://polyfill.io/v3/polyfill.min.js?features=default"></script>{% endblock -%}
13
{% block external -%}{% endblock -%}
14
{% if mode == "playground" %}
15
<!-- playground-hide -->
0 commit comments