Fixed little lyout error on event.html
This commit is contained in:
parent
0e1c504a6e
commit
ca0616274b
6 changed files with 15 additions and 11 deletions
|
|
@ -10,10 +10,13 @@ layout: default
|
|||
|
||||
<div class="event-date col-md-2 col-md-offset-1">
|
||||
|
||||
<a href={{page.url}}>
|
||||
<p>
|
||||
<h3>#{{page.number}}</h3>
|
||||
<h4>{{page.date_text}}</h4>
|
||||
</a>
|
||||
{% if page.location %}
|
||||
<p><a class="button hvr-sweep-to-top" href={{page.location_website}} target="_blank">{{page.location}}</a></p>
|
||||
{% endif %}
|
||||
</p>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue