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
6219fe33
Commit
6219fe33
authored
Jun 26, 2019
by
Jacek Lebioda
Browse files
Correction in theme
parent
c7366735
Changes
3
Hide whitespace changes
Inline
Side-by-side
_includes/header.html
View file @
6219fe33
...
...
@@ -2,12 +2,12 @@
<div
id=
"site-header-wrapper"
>
<ul>
<li><img
src=
"https://elixir-europe.org/system/files/white-orange-logo.png"
/></li>
<li><a
{%
if
sit
e.section =
=
'
About
'%}
class=
"active"
{%
endif
%}
href=
"{{ site.baseurl }}/about-node"
>
About
</a></li>
<li><a
{%
if
sit
e.section =
=
'
Services
'%}
class=
"active"
{%
endif
%}
href=
"{{ site.baseurl }}/services"
>
Services
</a></li>
<li><a
{%
if
sit
e.section =
=
'
Training
'%}
class=
"active"
{%
endif
%}
href=
"{{ site.baseurl }}/training"
>
Training
</a></li>
<li><a
{%
if
sit
e.section =
=
'
Events
'%}
class=
"active"
{%
endif
%}
href=
"{{ site.baseurl }}/events"
>
Events
</a></li>
<li><a
{%
if
sit
e.section =
=
'
News
'%}
class=
"active"
{%
endif
%}
href=
"{{ site.baseurl }}/news"
>
News
</a></li>
<li><a
{%
if
sit
e.section =
=
'
Contact
'%}
class=
"active"
{%
endif
%}
href=
"{{ site.baseurl }}/contact"
>
Contact
</a></li>
<li><a
{%
if
pag
e.section =
=
'
About
'%}
class=
"active"
{%
endif
%}
href=
"{{ site.baseurl }}/about-node"
>
About
</a></li>
<li><a
{%
if
pag
e.section =
=
'
Services
'%}
class=
"active"
{%
endif
%}
href=
"{{ site.baseurl }}/services"
>
Services
</a></li>
<li><a
{%
if
pag
e.section =
=
'
Training
'%}
class=
"active"
{%
endif
%}
href=
"{{ site.baseurl }}/training"
>
Training
</a></li>
<li><a
{%
if
pag
e.section =
=
'
Events
'%}
class=
"active"
{%
endif
%}
href=
"{{ site.baseurl }}/events"
>
Events
</a></li>
<li><a
{%
if
pag
e.section =
=
'
News
'%}
class=
"active"
{%
endif
%}
href=
"{{ site.baseurl }}/news"
>
News
</a></li>
<li><a
{%
if
pag
e.section =
=
'
Contact
'%}
class=
"active"
{%
endif
%}
href=
"{{ site.baseurl }}/contact"
>
Contact
</a></li>
</ul>
</div>
</header>
_layouts/article.html
View file @
6219fe33
...
...
@@ -2,7 +2,7 @@
layout: default
---
<article>
<article
class=
"one_column"
>
<div>
<header>
<h1>
...
...
elixir-theme.gemspec
View file @
6219fe33
...
...
@@ -2,7 +2,7 @@
Gem
::
Specification
.
new
do
|
spec
|
spec
.
name
=
"elixir-theme"
spec
.
version
=
"0.1.
5
"
spec
.
version
=
"0.1.
6
"
spec
.
authors
=
[
"jacek.lebioda"
]
spec
.
email
=
[
"jacek.lebioda@uni.lu"
]
...
...
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