fix prettier ignore
This commit is contained in:
parent
0eb6fc8544
commit
623cf96ff9
1 changed files with 2 additions and 6 deletions
|
|
@ -23,12 +23,8 @@
|
||||||
{% set jsthemetoggle %}{% include "theme-toggle-inline.js" %}{% endset %}
|
{% set jsthemetoggle %}{% include "theme-toggle-inline.js" %}{% endset %}
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
<!-- prettier-ignore -->
|
// prettier-ignore
|
||||||
{
|
{{ jsthemetoggle | jsmin | safe }}
|
||||||
{
|
|
||||||
jsthemetoggle | jsmin | safe;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<!-- inline base schema -->
|
<!-- inline base schema -->
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue