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

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;