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
c9f25bdf
Commit
c9f25bdf
authored
Aug 07, 2019
by
Jacek Lebioda
Browse files
Displaying submenu tree in news
parent
a3c42125
Changes
2
Show whitespace changes
Inline
Side-by-side
_layouts/post.html
View file @
c9f25bdf
...
@@ -3,7 +3,14 @@ layout: default
...
@@ -3,7 +3,14 @@ layout: default
---
---
<article
class=
"body-wrapper margin-wrapper"
>
<article
class=
"body-wrapper margin-wrapper"
>
<div
id=
"left-column"
></div>
<div
id=
"left-column"
>
<h2>
{{ page.section }}
</h2>
<ul>
{% for link in page.news_pages %}
<li><a
href=
"{{ site.baseurl }}{{ link.href }}"
{%
if
link.active
%}
class=
"active"
{%
endif
%}
>
{{ link.title }}
</a></li>
{% endfor %}
</ul>
</div>
<div>
<div>
<header>
<header>
...
...
elixir-theme.gemspec
View file @
c9f25bdf
...
@@ -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.6.
3
"
spec
.
version
=
"0.6.
4
"
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