Skip to content
Snippets Groups Projects
Commit 9baafb74 authored by Kaan Cimir's avatar Kaan Cimir
Browse files

Merge branch 'kc-fix-header-date' into 'develop'

remove date from the event title

Closes website#120

See merge request !66
parents f32fd0c2 bb6ea549
No related branches found
No related tags found
2 merge requests!67removing date from event title,!66remove date from the event title
......@@ -22,7 +22,7 @@ layout: default
<header>
<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.section contains "Events" %}{% else %}{% if page.date %}<small>({{ page.date | date: '%F' }})</small>{% endif %}{% endif %}
</h1>
</header>
{% if page.image %}
......
......@@ -2,7 +2,7 @@
Gem::Specification.new do |spec|
spec.name = "jekyll-elixir-theme"
spec.version = "0.10.6"
spec.version = "0.10.7"
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