Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
elixir
jekyll-elixir-theme
Commits
29902bdb
Commit
29902bdb
authored
Aug 12, 2019
by
Jacek Lebioda
Browse files
Adding home button
parent
4ddb2108
Changes
1
Hide whitespace changes
Inline
Side-by-side
_includes/header.html
View file @
29902bdb
...
...
@@ -7,6 +7,7 @@
<input
type=
"checkbox"
/>
<ul>
<li><a
{%
if
page.layout =
=
'
index
'
%}
class=
"active"
{%
endif
%}
href=
"{{ site.baseurl }}/"
>
Home
</a></li>
<li><a
{%
if
page.section =
=
'
About
'
%}
class=
"active"
{%
endif
%}
href=
"{{ site.baseurl }}/about-node"
>
About
</a></li>
<li><a
{%
if
page.section =
=
'
Services
'
%}
class=
"active"
{%
endif
%}
href=
"{{ site.baseurl }}/services"
>
Services
</a></li>
<li><a
{%
if
page.section =
=
'
Training
'
%}
class=
"active"
{%
endif
%}
href=
"{{ site.baseurl }}/training"
>
Training
</a></li>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment