aboutsummaryrefslogtreecommitdiffstats
path: root/site/_includes
diff options
context:
space:
mode:
Diffstat (limited to 'site/_includes')
-rw-r--r--site/_includes/head.html1
-rw-r--r--site/_includes/header.html4
2 files changed, 3 insertions, 2 deletions
diff --git a/site/_includes/head.html b/site/_includes/head.html
index 8f1523f..87596c7 100644
--- a/site/_includes/head.html
+++ b/site/_includes/head.html
@@ -7,6 +7,7 @@
<meta name="description" content="{% if page.excerpt %}{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}{% else if page.description %}{{ page.description }} {% else %}{{ site.description }}{% endif %}">
<title>
+ {{ site.title_prefix }}
{% if page.title %}
{% if page.title_suffix %}
{{ page.title }} {{ page.title_suffix }}
diff --git a/site/_includes/header.html b/site/_includes/header.html
index 7199b9b..b26533b 100644
--- a/site/_includes/header.html
+++ b/site/_includes/header.html
@@ -15,7 +15,7 @@
<div class="nav_bar_center">
<ul class="nav navbar-nav">
<li {% if page.specs_tab %}class="active"{% endif %}>
- <a href="{{ site.docsurl }}/quickstart/en/{{ site.default_linked_docs_version }}/">Getting Started</a>
+ <a href="{{ site.docsurl }}/getting_started/en/{{ site.default_linked_docs_version }}/">Getting Started</a>
</li>
<li {% if page.appfw_tab %}class="active"{% endif %}>
@@ -27,7 +27,7 @@
</li>
<li {% if page.appfw_tab %}class="active"{% endif %}>
- <a href="{{ site.docsurl }}/bindings/en/{{ site.default_linked_docs_version }}/">APIs & Services</a>
+ <a href="{{ site.docsurl }}/apis_services/en/{{ site.default_linked_docs_version }}/">APIs & Services</a>
</li>
<li {% if page.blog_tab %}class="active"{% endif %}>