Restructured templates
This commit is contained in:
parent
f14d73931f
commit
cb57ce986e
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -213,7 +213,7 @@
|
||||||
</script>
|
</script>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
{% block scripts %}
|
{% block scripts %}
|
||||||
<script src="{{ 'assets/javascripts/bundle.01d7f443.min.js' | url }}"></script>
|
<script src="{{ 'assets/javascripts/bundle.3a58056d.min.js' | url }}"></script>
|
||||||
{% for path in config["extra_javascript"] %}
|
{% for path in config["extra_javascript"] %}
|
||||||
<script src="{{ path | url }}"></script>
|
<script src="{{ path | url }}"></script>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
|
||||||
|
|
@ -20,8 +20,8 @@
|
||||||
* IN THE SOFTWARE.
|
* IN THE SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
export * from "./annotation"
|
||||||
export * from "./clipboard"
|
export * from "./clipboard"
|
||||||
export * from "./code"
|
|
||||||
export * from "./search"
|
export * from "./search"
|
||||||
export * from "./source"
|
export * from "./source"
|
||||||
export * from "./table"
|
export * from "./table"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue