Restructured templates

This commit is contained in:
squidfunk 2021-12-05 16:42:58 +01:00
parent f14d73931f
commit cb57ce986e
5 changed files with 7 additions and 7 deletions

View File

@ -213,7 +213,7 @@
</script>
{% endblock %}
{% 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"] %}
<script src="{{ path | url }}"></script>
{% endfor %}

View File

@ -20,8 +20,8 @@
* IN THE SOFTWARE.
*/
export * from "./annotation"
export * from "./clipboard"
export * from "./code"
export * from "./search"
export * from "./source"
export * from "./table"