aboutsummaryrefslogtreecommitdiffstats
path: root/site/_layouts/base.html
diff options
context:
space:
mode:
authorStephane Desneux <stephane.desneux@iot.bzh>2016-11-11 19:04:14 +0100
committerStephane Desneux <stephane.desneux@iot.bzh>2016-11-11 19:04:14 +0100
commit217564d4ba9428ed47ff8af6ad119fa6fcda6920 (patch)
tree6c728d992140e6df5e5580f1ce4fa409fa22596f /site/_layouts/base.html
parent5848a1052714da051ff8361dd880004e8cdc75ce (diff)
webdocs: enhance support for UML and FLOW diagrams
Change-Id: Id346b30e8a1f8705d0f42f6d2e1254c0cf926221 Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
Diffstat (limited to 'site/_layouts/base.html')
-rw-r--r--site/_layouts/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/_layouts/base.html b/site/_layouts/base.html
index db0c8c7..1ccb6b5 100644
--- a/site/_layouts/base.html
+++ b/site/_layouts/base.html
@@ -11,7 +11,7 @@ analytics_id: {{ site.ganalytics }}
{% include algolia.html %}
{% for script in layout.scripts %}
- <script src="{{ site.baseurl }}/static/js/{{script}}"></script>
+ <script defer src="{{ site.baseurl }}/static/js/{{script}}"></script>
{% endfor %}
</body>