We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7828f1 commit 4fa20c0Copy full SHA for 4fa20c0
docs/_templates/layout.html
@@ -18,7 +18,9 @@
18
{% include "../../web/_includes/footer.html" %}
19
</v-app>
20
21
- {# this has to be done manually because jinja2 and jekyll use the same escapes #}
+ {# 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 #}
24
<script>
25
var crtpath = null;
26
v = new Vue({
0 commit comments