Skip to content

Commit 17631a9

Browse files
authored
Merge pull request #437 from ByteInternet/load-cookieconsent-css-in-layout
Load cookieconsent css in base layout html
2 parents 68fdb38 + 934999c commit 17631a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/_templates/layout.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@
8989
})(window,document,'script','dataLayer','{{ theme_analytics_id }}');</script>
9090
<script src="{{ pathto('_static/js/cookieconsent.js', 1) }}" defer></script>
9191
<script src="{{ pathto('_static/js/cookieconsent-init.js', 1) }}" defer></script>
92+
<link rel="stylesheet" href="{{ pathto('_static/cookieconsent.css', 1) }}"/>
9293
{%- endif %}
9394

9495
{%- if not embedded %}

0 commit comments

Comments
 (0)