Skip to content

Commit d0b975c

Browse files
author
Dennis Labordus
committed
Added logo and position of sidebar
Signed-off-by: Dennis Labordus <[email protected]>
1 parent ad4cc07 commit d0b975c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/_includes/sidebar.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,21 +17,21 @@ <h2>
1717

1818
<nav class="sidebar-nav">
1919
<a class="sidebar-nav-item{% if page.url == '/' %} active{% endif %}" href="{{ site.baseurl }}">Home</a>
20-
<a class="sidebar-nav-item{% if page.url == 'MISSION-COMPAS.html' %} active{% endif %}" href="{{ site.baseurl }}/MISSION-COMPAS.html">Mission</a>
21-
<a class="sidebar-nav-item{% if page.url == 'GOVERNANCE.html' %} active{% endif %}" href="{{ site.baseurl }}/GOVERNANCE.html">Governance</a>
22-
<a class="sidebar-nav-item{% if page.url == 'DEVELOPING.html' %} active{% endif %}" href="{{ site.baseurl }}/DEVELOPING.html">Developing</a>
20+
<a class="sidebar-nav-item{% if page.url == '/MISSION-COMPAS.html' %} active{% endif %}" href="{{ site.baseurl }}/MISSION-COMPAS.html">Mission</a>
21+
<a class="sidebar-nav-item{% if page.url == '/GOVERNANCE.html' %} active{% endif %}" href="{{ site.baseurl }}/GOVERNANCE.html">Governance</a>
22+
<a class="sidebar-nav-item{% if page.url == '/DEVELOPING.html' %} active{% endif %}" href="{{ site.baseurl }}/DEVELOPING.html">Developing</a>
2323
<ul class="nav-list ">
2424
<li class="nav-list-item">
25-
<a class="sidebar-nav-item{% if page.url == 'STYLEGUIDE.html' %} active{% endif %}" href="{{ site.baseurl }}/STYLEGUIDE.html">Styleguide</a>
25+
<a class="sidebar-nav-item{% if page.url == '/STYLEGUIDE.html' %} active{% endif %}" href="{{ site.baseurl }}/STYLEGUIDE.html">Styleguide</a>
2626
</li>
2727
<li class="nav-list-item">
28-
<a class="sidebar-nav-item{% if page.url == 'GITHUB_ACTIONS.html' %} active{% endif %}" href="{{ site.baseurl }}/GITHUB_ACTIONS.html">Github Actions</a>
28+
<a class="sidebar-nav-item{% if page.url == '/GITHUB_ACTIONS.html' %} active{% endif %}" href="{{ site.baseurl }}/GITHUB_ACTIONS.html">Github Actions</a>
2929
</li>
3030
<li class="nav-list-item">
31-
<a class="sidebar-nav-item{% if page.url == 'DEPENDABOT.html' %} active{% endif %}" href="{{ site.baseurl }}/DEPENDABOT.html">Dependabot</a>
31+
<a class="sidebar-nav-item{% if page.url == '/DEPENDABOT.html' %} active{% endif %}" href="{{ site.baseurl }}/DEPENDABOT.html">Dependabot</a>
3232
</li>
3333
<li class="nav-list-item">
34-
<a class="sidebar-nav-item{% if page.url == 'DEPLOYMENT.html' %} active{% endif %}" href="{{ site.baseurl }}/DEPLOYMENT.html">Deployment</a>
34+
<a class="sidebar-nav-item{% if page.url == '/DEPLOYMENT.html' %} active{% endif %}" href="{{ site.baseurl }}/DEPLOYMENT.html">Deployment</a>
3535
</li>
3636
</ul>
3737
</nav>

0 commit comments

Comments
 (0)