mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2025-12-23 10:11:54 +00:00
Fix website base template escaping
This commit is contained in:
parent
5d74178f5f
commit
98ab069a17
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue