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

Merge branch 'develop' into 'master'

Develop

See merge request !52
parents 26827e46 68729a26
No related branches found
Tags v0.9.17
1 merge request!52Develop
......@@ -7,24 +7,27 @@ layout: default
<div id="left-column">
<h2>{{ page.section }}</h2>
<ul>
{% for link in page.pages %}
{%- for link in page.pages -%}
<li>
<a href="{{ link.href | relative_url }}"
class="{% if link.active %}active {% endif %}{% if link.smaller %}smaller {% endif %}">
{{ link.title }}
</a>
</li>
{% endfor %}
{%- endfor -%}
</ul>
</div>
<div id="right-column" {%- if page.wider -%}class="right-column-wider"{%- endif -%}>
<header>
<h1 {% if page.section contains "Events" %}class="no-caps"{% endif %} data-section="{{ page.section }}">
<h1 {%- if page.section contains "Events" -%}class="no-caps"{%- endif -%} data-section="{{ page.section }}">
{{ page.title | escape }}
{% if page.date %}<small>({{ page.date | date: '%F' }})</small>{% endif %}
{%- if page.date -%}<small>({{ page.date | date: '%F' }})</small>{%- endif -%}
</h1>
</header>
{%- if page.image -%}
<img class="event-small-image" src="{{ page.image | relative_url }}" />
{%- endif -%}
{{ content }}
</div>
......
......@@ -2,7 +2,7 @@
Gem::Specification.new do |spec|
spec.name = "jekyll-elixir-theme"
spec.version = "0.9.28"
spec.version = "0.9.29"
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