Corrected layouts

This commit is contained in:
Thomas FORGIONE
2015-04-24 10:32:32 +02:00
parent b9800622a4
commit 2501f7d33f
2 changed files with 20 additions and 18 deletions
+1
View File
@@ -22,6 +22,7 @@
<section> <section>
{{ content }} {{ content }}
<section> <section>
{{ page.js }}
{{ page.extrajs }} {{ page.extrajs }}
</body> </body>
</html> </html>
+5 -4
View File
@@ -1,9 +1,6 @@
--- ---
layout: main layout: main
--- js: <script src="/static/js/three.js"></script>
{{ content }}
<script src="/static/js/three.js"></script>
<script src="/static/js/Tools.js"></script> <script src="/static/js/Tools.js"></script>
<script src="/static/js/three/stats.min.js"></script> <script src="/static/js/three/stats.min.js"></script>
<script src="/static/js/three/DDSLoader.js"></script> <script src="/static/js/three/DDSLoader.js"></script>
@@ -21,3 +18,7 @@ layout: main
<script src="/static/js/CameraContainer.js"></script> <script src="/static/js/CameraContainer.js"></script>
<script src="/static/js/Hermite.js"></script> <script src="/static/js/Hermite.js"></script>
<script>static_path="/static/"</script> <script>static_path="/static/"</script>
---
{{ content }}