Skip to content

Commit

Permalink
Update layout.njk (#1765)
Browse files Browse the repository at this point in the history
  • Loading branch information
amuramoto authored Jun 27, 2024
1 parent ce94ea1 commit d7d16ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/_includes/layout.njk
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
<html {% if rtl == "true" %}dir="rtl"{% endif -%}>
<head>
<title>{{ title }}</title>
{% block polyfill -%}<script src="https://polyfill.io/v3/polyfill.min.js?features=default"></script>{% endblock -%}
{% block external -%}{% endblock -%}
{% if mode == "playground" %}
<!-- playground-hide -->
Expand Down

0 comments on commit d7d16ac

Please sign in to comment.