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

remove the date from events title - thanks mirek!

parent b577aceb
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 ...@@ -22,7 +22,7 @@ layout: default
<header> <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 }} {{ 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> </h1>
</header> </header>
{% if page.image %} {% if page.image %}
......
...@@ -21,7 +21,8 @@ layout: default ...@@ -21,7 +21,8 @@ layout: default
<header> <header>
<h1> <h1>
{{ page.title | escape }}<br /> {{ page.title | escape }}<br />
</h1> <small>{{ page.date | date: '%B %d, %Y' }}</small>
</h1>
</header> </header>
{{ content }} {{ content }}
......
...@@ -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.10.6" spec.version = "0.10.7"
spec.authors = ["jacek.lebioda"] spec.authors = ["jacek.lebioda"]
spec.email = ["jacek.lebioda@uni.lu"] 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