up
This commit is contained in:
parent
8a85137368
commit
dc6ac77cfc
1 changed files with 3 additions and 3 deletions
|
|
@ -14,13 +14,13 @@ layout: default
|
|||
<h3>#{{page.number}}</h3>
|
||||
<h4>{{page.date_text}}</h4>
|
||||
|
||||
{% if post.location %}
|
||||
{% if page.location %}
|
||||
<p><a class="highlight button hvr-sweep-to-top" href={{post.location_website}} target="_blank">{{post.location}}</a></p>
|
||||
{% endif %}
|
||||
|
||||
<p>
|
||||
<ul>
|
||||
{% for talk in post.talks %}
|
||||
{% for talk in page.talks %}
|
||||
{% if talk.topics %}
|
||||
{% assign tags = (talk.topics | split:",") %}
|
||||
{% for tag in tags | uniq %}
|
||||
|
|
@ -30,7 +30,7 @@ layout: default
|
|||
{% endfor %}
|
||||
</ul>
|
||||
</p>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class="event event-{{page.number}} dark_bg col-md-7">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue