{{ site.baseurl }} is replaced by https://samsung.github.io/jerryscript in index.html, default.html and head.html (#1226)
This commit is contained in:
+6
-6
@@ -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) });
|
||||
|
||||
Reference in New Issue
Block a user