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

fixes spacing on left_col.html

parent e2676f6c
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.section contains "Events" %}{% else %}{% if page.date %}<small>({{ page.date | date: '%F' }})</small>{% endif %}{% 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 %}
......
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