Skip to content
Snippets Groups Projects
Commit 744552ec authored by Jacek Lebioda's avatar Jacek Lebioda
Browse files

News layout corrected

parent c20894c7
No related branches found
No related tags found
2 merge requests!17Develop,!3Develop
......@@ -5,6 +5,12 @@ layout: default
<article>
<div id="left-column">
<h2>{{ page.section }}</h2>
<ul>
{% for link in page.pages %}
<li><a href="{{ site.baseurl }}{{ link.href }}" {% if link.active %}class="active"{% endif %}>{{ link.title }}</a></li>
{% endfor %}
</ul>
</div>
<div>
......
......@@ -2,7 +2,7 @@
Gem::Specification.new do |spec|
spec.name = "elixir-theme"
spec.version = "0.2.18"
spec.version = "0.2.19"
spec.authors = ["jacek.lebioda"]
spec.email = ["jacek.lebioda@uni.lu"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment