{{ site.baseurl }} is replaced by https://samsung.github.io/jerryscript in index.html, default.html and head.html (#1226)

This commit is contained in:
Istvan Kadar
2016-07-25 15:18:58 +02:00
committed by zherczeg
parent b51f765ed1
commit bedac4c3bc
3 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
<!-- Bootstrap core JavaScript -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script src="{{ site.baseurl }}/bootstrap.min.js"></script>
<script src="https://samsung.github.io/jerryscript/bootstrap.min.js"></script>
</body>
</html>