Replaced loadResource() with the more streamlined getResource(), for all your resource-getting needs (well, except for binary files, which should be coming soon)
This commit is contained in:
parent
466c087ece
commit
f032f95611
26 changed files with 3881 additions and 3777 deletions
8
_includes/page-scripts.html
Normal file
8
_includes/page-scripts.html
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{% comment %}
|
||||
|
||||
Used by pages like the one in /api/v1/dump/ to implement a client-side API.
|
||||
|
||||
{% endcomment %}
|
||||
{% for script in page.scripts %}
|
||||
<script type="text/javascript" src="{{ site.baseurl }}{{ script }}"></script>
|
||||
{% endfor %}
|
||||
Loading…
Reference in a new issue