Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jekyll-elixir-theme
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Roland Krause
jekyll-elixir-theme
Commits
9576a8b1
Commit
9576a8b1
authored
3 years ago
by
Jacek Lebioda
Browse files
Options
Downloads
Plain Diff
Merge branch 'projects-tab' into 'develop'
feat: new tab with projects See merge request
!47
parents
c87c0c30
58ea5c3a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
_includes/footer.html
+2
-1
2 additions, 1 deletion
_includes/footer.html
_includes/header.html
+1
-0
1 addition, 0 deletions
_includes/header.html
elixir-theme.gemspec
+1
-1
1 addition, 1 deletion
elixir-theme.gemspec
with
4 additions
and
2 deletions
_includes/footer.html
+
2
−
1
View file @
9576a8b1
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
_includes/header.html
+
1
−
0
View file @
9576a8b1
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
elixir-theme.gemspec
+
1
−
1
View file @
9576a8b1
...
@@ -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"
]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment