Skip to content

Commit 4fa20c0

Browse files
committed
Clarified things a bit in a comment
1 parent f7828f1 commit 4fa20c0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/_templates/layout.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@
1818
{% include "../../web/_includes/footer.html" %}
1919
</v-app>
2020

21-
{# this has to be done manually because jinja2 and jekyll use the same escapes #}
21+
{# this has to be done manually because jinja2 and jekyll use the same escapes
22+
and including vueinit.html would make jinja2 complain (and jinja2 does not
23+
have a way of including a file as-is #}
2224
<script>
2325
var crtpath = null;
2426
v = new Vue({

0 commit comments

Comments
 (0)