Skip to content

Commit d7d16ac

Browse files
authored
Update layout.njk (#1765)
1 parent ce94ea1 commit d7d16ac

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/_includes/layout.njk

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
<html {% if rtl == "true" %}dir="rtl"{% endif -%}>
1010
<head>
1111
<title>{{ title }}</title>
12-
{% block polyfill -%}<script src="https://polyfill.io/v3/polyfill.min.js?features=default"></script>{% endblock -%}
1312
{% block external -%}{% endblock -%}
1413
{% if mode == "playground" %}
1514
<!-- playground-hide -->

0 commit comments

Comments
 (0)