File tree Expand file tree Collapse file tree 1 file changed +9
-15
lines changed
Expand file tree Collapse file tree 1 file changed +9
-15
lines changed Original file line number Diff line number Diff line change 1- {% extends "cloud/layout.html" %}
1+ {%- extends "cloud/layout.html" -%}
2+
3+ {# We are not processing the output of these pages through Jekyll, so
4+ we need to set the variables referenced in the includes. #}
5+ {% set site = {"baseurl": "/psij-python"} %}
26
37{% block scripts %}
48 {% include "../../web/_includes/head.html" %}
1822 {% include "../../web/_includes/footer.html" %}
1923 </ v-app >
2024
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 #}
24- < script >
25- v = new Vue ( {
26- el : '#psij-app' ,
27- vuetify : new Vuetify ( ) ,
28- data : {
29- maintabs : "docs"
30- }
31- } ) ;
32-
33- hljs . highlightAll ( ) ;
34- </ script >
25+ {# Same as above #}
26+ {% set page = {"tab": 2} %}
27+ {% include "../../web/_includes/vueinit.html" %}
28+
3529
3630{% endblock %}
3731
You can’t perform that action at this time.
0 commit comments