Skip to content

Commit d1192ef

Browse files
authored
Add Bootstrap stylesheet link to layout (#488)
Restore stylesheet link removed with the pure js implementation.
1 parent 55876aa commit d1192ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Resources/views/layout.html.twig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
55
<title>{% block lexik_title %}{% endblock %}</title>
66
{% block lexik_stylesheets %}
7+
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
78
{% endblock %}
89
</head>
910
<body>

0 commit comments

Comments
 (0)