Skip to content

Commit 369a306

Browse files
author
Dennis Labordus
committed
Updating and adding pages.
Signed-off-by: Dennis Labordus <[email protected]>
1 parent 4c16dab commit 369a306

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/_includes/head.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
1414

1515
<title>
16-
{% if page.title == "Home" %}
16+
{% if page.name == "HOME.md" %}
1717
{{ site.title }} &middot; {{ site.tagline }}
1818
{% else %}
1919
{{ page.title }} &middot; {{ site.title }}

docs/_includes/sidebar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ <h2>
1616

1717
<nav class="sidebar-nav">
1818
<a class="sidebar-nav-item{% if page.url == '/' %} active{% endif %}" href="{{ site.baseurl }}">Home</a>
19-
<a class="sidebar-nav-item{% if page.url == 'MISSION-COMPAS.html' %} active{% endif %}" href="{{ site.baseurl }}/MISSION-COMPAS.html">Mission CoMPAS</a>
19+
<a class="sidebar-nav-item{% if page.url == 'MISSION-COMPAS.html' %} active{% endif %}" href="{{ site.baseurl }}/MISSION-COMPAS.html">Mission</a>
2020
<a class="sidebar-nav-item{% if page.url == 'DEVELOPING.html' %} active{% endif %}" href="{{ site.baseurl }}/DEVELOPING.html">Developing</a>
2121
<ul class="nav-list ">
2222
<li class="nav-list-item ">

0 commit comments

Comments
 (0)