Skip to content

Commit f2dd0ed

Browse files
authored
Merge pull request #13 from svengt/patch-1
Fix inertia ssr head parsing
2 parents 2083a90 + 51779f2 commit f2dd0ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inertia/templates/inertia_ssr.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% extends inertia_layout %}
22

3-
{% block inertia_head %}{{head|safe}}{% endblock inertia_head %}
3+
{% block inertia_head %}{% for tag in head %}{{tag|safe}}{% endfor %}{% endblock inertia_head %}
44

55
{% block inertia %}{{body|safe}}{% endblock inertia %}

0 commit comments

Comments
 (0)