Fix website base template escaping

This commit is contained in:
Keavon Chambers 2024-08-17 23:46:10 -07:00 committed by GitHub
parent 5d74178f5f
commit 98ab069a17
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -41,7 +41,7 @@
{%- endfor %}
<script src="/js/text-justification.js"></script>
<script src="/js/navbar.js"></script>
{{- get_env(name = "INDEX_HTML_HEAD_INCLUSION", default = "") }}
{{- get_env(name = "INDEX_HTML_HEAD_INCLUSION", default = "") | safe }}
<style>
.balance-text {
visibility: hidden;