Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
elixir
jekyll-elixir-theme
Commits
58ea5c3a
Commit
58ea5c3a
authored
Apr 28, 2021
by
Jacek Lebioda
Browse files
feat: new tab with projects
parent
c87c0c30
Changes
3
Show whitespace changes
Inline
Side-by-side
_includes/footer.html
View file @
58ea5c3a
...
@@ -5,8 +5,9 @@
...
@@ -5,8 +5,9 @@
<a
href=
"{{ '/about-node/' | relative_url }}"
>
About the Node
</a>
<a
href=
"{{ '/about-node/' | relative_url }}"
>
About the Node
</a>
</h3>
</h3>
<ul>
<ul>
<li><a
href=
"{{ '/about-node/team' | relative_url }}"
>
T
eam
</a></li>
<li><a
href=
"{{ '/about-node/team' | relative_url }}"
>
Our t
eam
</a></li>
<li><a
href=
"{{ '/about-node/collaborations' | relative_url }}"
>
Collaborations
</a></li>
<li><a
href=
"{{ '/about-node/collaborations' | relative_url }}"
>
Collaborations
</a></li>
<li><a
href=
"{{ '/projects' | relative_url }}"
>
Projects
</a></li>
<li><a
href=
"{{ '/about-node/funding-and-governance' | relative_url }}"
>
Funding and governance
</a></li>
<li><a
href=
"{{ '/about-node/funding-and-governance' | relative_url }}"
>
Funding and governance
</a></li>
<li><a
href=
"{{ '/about-node/vacancies' | relative_url }}"
>
Vacancies
</a></li>
<li><a
href=
"{{ '/about-node/vacancies' | relative_url }}"
>
Vacancies
</a></li>
<li><a
href=
"{{ '/contact' | relative_url }}"
>
Contact
</a></li>
<li><a
href=
"{{ '/contact' | relative_url }}"
>
Contact
</a></li>
...
...
_includes/header.html
View file @
58ea5c3a
...
@@ -11,6 +11,7 @@
...
@@ -11,6 +11,7 @@
<li><a
{%
if
page.section =
=
'
About
'
%}
class=
"active"
{%
endif
%}
href=
"{{ '/about-node' | relative_url }}"
>
About
</a></li>
<li><a
{%
if
page.section =
=
'
About
'
%}
class=
"active"
{%
endif
%}
href=
"{{ '/about-node' | relative_url }}"
>
About
</a></li>
<li><a
{%
if
page.section =
=
'
Services
'
%}
class=
"active"
{%
endif
%}
href=
"{{ '/services' | relative_url }}"
>
Services
</a></li>
<li><a
{%
if
page.section =
=
'
Services
'
%}
class=
"active"
{%
endif
%}
href=
"{{ '/services' | relative_url }}"
>
Services
</a></li>
<li><a
{%
if
page.section =
=
'
Training
'
%}
class=
"active"
{%
endif
%}
href=
"{{ '/training' | relative_url }}"
>
Training
</a></li>
<li><a
{%
if
page.section =
=
'
Training
'
%}
class=
"active"
{%
endif
%}
href=
"{{ '/training' | relative_url }}"
>
Training
</a></li>
<li><a
{%
if
page.section =
=
'
Projects
'
%}
class=
"active"
{%
endif
%}
href=
"{{ '/projects' | relative_url }}"
>
Projects
</a></li>
<li><a
{%
if
page.section =
=
'
Events
'
%}
class=
"active"
{%
endif
%}
href=
"{{ '/events' | relative_url }}"
>
Events
</a></li>
<li><a
{%
if
page.section =
=
'
Events
'
%}
class=
"active"
{%
endif
%}
href=
"{{ '/events' | relative_url }}"
>
Events
</a></li>
<li><a
{%
if
page.section =
=
'
News
'
%}
class=
"active"
{%
endif
%}
href=
"{{ '/news' | relative_url }}"
>
News
</a></li>
<li><a
{%
if
page.section =
=
'
News
'
%}
class=
"active"
{%
endif
%}
href=
"{{ '/news' | relative_url }}"
>
News
</a></li>
<li><a
{%
if
page.section =
=
'
Contact
'
%}
class=
"active"
{%
endif-
%}
href=
"{{ '/contact' | relative_url }}"
>
Contact
</a></li>
<li><a
{%
if
page.section =
=
'
Contact
'
%}
class=
"active"
{%
endif-
%}
href=
"{{ '/contact' | relative_url }}"
>
Contact
</a></li>
...
...
elixir-theme.gemspec
View file @
58ea5c3a
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
Gem
::
Specification
.
new
do
|
spec
|
Gem
::
Specification
.
new
do
|
spec
|
spec
.
name
=
"jekyll-elixir-theme"
spec
.
name
=
"jekyll-elixir-theme"
spec
.
version
=
"0.9.2
6
"
spec
.
version
=
"0.9.2
7
"
spec
.
authors
=
[
"jacek.lebioda"
]
spec
.
authors
=
[
"jacek.lebioda"
]
spec
.
email
=
[
"jacek.lebioda@uni.lu"
]
spec
.
email
=
[
"jacek.lebioda@uni.lu"
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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