{{ 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

View File

@ -9,12 +9,12 @@
<title>JavaScript engine for Internet of Things{% if page.title %}: {{ page.title }} {% endif %}</title>
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="{{ site.baseurl }}/css/bootstrap.min.css" >
<link rel="stylesheet" href="{{ site.baseurl }}/css/table.css">
<link rel="stylesheet" href="{{ site.baseurl }}/css/bytecode.css">
<link rel="stylesheet" href="{{ site.baseurl }}/css/block.css">
<link rel="stylesheet" href="{{ site.baseurl }}/css/main.css">
<link rel="stylesheet" href="{{ site.baseurl }}/css/img.css">
<link rel="stylesheet" href="https://samsung.github.io/jerryscript/css/bootstrap.min.css" >
<link rel="stylesheet" href="https://samsung.github.io/jerryscript/css/table.css">
<link rel="stylesheet" href="https://samsung.github.io/jerryscript/css/bytecode.css">
<link rel="stylesheet" href="https://samsung.github.io/jerryscript/css/block.css">
<link rel="stylesheet" href="https://samsung.github.io/jerryscript/css/main.css">
<link rel="stylesheet" href="https://samsung.github.io/jerryscript/css/img.css">
<script>
window.addEventListener("hashchange", function() { scrollBy(0, -50) });

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>

View File

@ -18,6 +18,6 @@ permalink: /
</div>
<div class="learn_more">
<p>To learn more, please visit the <a href="http://github.com/Samsung/jerryscript">project on Github.</a></p>
<p>If you want to try JerryScript take a look at our documentation. It includes <a href="{{ site.baseurl }}/getting-started/">Getting Started</a> guides and <a href="{{ site.baseurl }}/api-reference/">JerryScript APIs reference</a>. </p>
<p>If you want to try JerryScript take a look at our documentation. It includes <a href="https://samsung.github.io/jerryscript/getting-started/">Getting Started</a> guides and <a href="https://samsung.github.io/jerryscript/api-reference/">JerryScript APIs reference</a>. </p>
<p>Please, report all bugs and feature requests on JerryScript <a href="https://github.com/Samsung/jerryscript/issues">issue tracker</a>. Feel free to ask questions on <a href="https://github.com/Samsung/jerryscript/labels/question">issue tracker</a>.</p>
</div>