mirror of
https://github.com/wassname/talk.git
synced 2026-07-09 07:12:09 +08:00
fix: nunjuck formatting error (#2322)
This commit is contained in:
@@ -1,11 +1,7 @@
|
||||
{% import "macros.html" as macros %} {% extends "templates/base.html" %} {%
|
||||
block title %}Coral{% endblock %} {% block meta %}
|
||||
<script type="application/javascript" id="config">
|
||||
{
|
||||
{
|
||||
staticURI | dump | safe;
|
||||
}
|
||||
}
|
||||
{{ staticURI | dump | safe }}
|
||||
</script>
|
||||
{% endblock %} {# Include all the styles from the entrypoint #} {% if
|
||||
entrypoint.css or enableCustomCSS %} {% block css %} {% if entrypoint.css %} {%
|
||||
|
||||
Reference in New Issue
Block a user