Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Miroslav Kratochvil
jekyll-theme-lcsb-default
Commits
debfcb7c
Commit
debfcb7c
authored
May 30, 2018
by
Jacek Lebioda
Browse files
Corrected adding `active` class to the active page in menu
parent
cc1593e8
Changes
2
Hide whitespace changes
Inline
Side-by-side
_includes/header.html
View file @
debfcb7c
...
...
@@ -41,7 +41,7 @@
{%- for my_page in my_pages -%}
{%- if my_page.title and my_page.autogen == nil -%}
{%- if page.
url ==
my_page.
url
-%}
{%- if page.
title contains
my_page.
title
-%}
<a
class=
"page-link active"
href=
"{{ my_page.url | relative_url }}"
>
{{ my_page.title | escape }}
</a>
{% else %}
<a
class=
"page-link"
href=
"{{ my_page.url | relative_url }}"
>
{{ my_page.title | escape }}
</a>
...
...
jekyll-theme-lcsb-default.gemspec
View file @
debfcb7c
...
...
@@ -2,7 +2,7 @@
Gem
::
Specification
.
new
do
|
spec
|
spec
.
name
=
"jekyll-theme-lcsb-default"
spec
.
version
=
"0.2.
2
"
spec
.
version
=
"0.2.
3
"
spec
.
authors
=
[
"Trefex"
,
"jaceklebioda_lux"
]
spec
.
email
=
[
"lcsb-sysadmins@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