From bedac4c3bc9072f57728442e159386eb57618c15 Mon Sep 17 00:00:00 2001 From: Istvan Kadar Date: Mon, 25 Jul 2016 15:18:58 +0200 Subject: [PATCH] {{ site.baseurl }} is replaced by https://samsung.github.io/jerryscript in index.html, default.html and head.html (#1226) --- _includes/head.html | 12 ++++++------ _layouts/default.html | 2 +- index.html | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/_includes/head.html b/_includes/head.html index 604be28c2..dbf650bef 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -9,12 +9,12 @@ JavaScript engine for Internet of Things{% if page.title %}: {{ page.title }} {% endif %} - - - - - - + + + + + + - + diff --git a/index.html b/index.html index 30435eee9..a799227c9 100644 --- a/index.html +++ b/index.html @@ -18,6 +18,6 @@ permalink: /

To learn more, please visit the project on Github.

-

If you want to try JerryScript take a look at our documentation. It includes Getting Started guides and JerryScript APIs reference.

+

If you want to try JerryScript take a look at our documentation. It includes Getting Started guides and JerryScript APIs reference.

Please, report all bugs and feature requests on JerryScript issue tracker. Feel free to ask questions on issue tracker.