This commit is contained in:
Alex Corbi 2017-10-30 12:30:20 +01:00
parent 33498f2a37
commit 7fef33f4aa
3 changed files with 163 additions and 147 deletions

View file

@ -6,8 +6,8 @@
</description>
<link>http://scopesessions.org/</link>
<atom:link href="http://scopesessions.org /feed.xml " rel="self" type="application/rss+xml" />
<pubDate>Mon, 30 Oct 2017 12:23:25 +0100</pubDate>
<lastBuildDate>Mon, 30 Oct 2017 12:23:25 +0100</lastBuildDate>
<pubDate>Mon, 30 Oct 2017 12:30:13 +0100</pubDate>
<lastBuildDate>Mon, 30 Oct 2017 12:30:13 +0100</lastBuildDate>
<generator>Jekyll v3.1.2</generator>
<item>

View file

@ -1377,6 +1377,14 @@
</ul>
<ul>
<li><a class="highlight button hvr-sweep-to-top" href=http://www.pankeculture.com target="_blank">Panke</a></li>
<li><a class="highlight button hvr-sweep-to-top" target="_blank" href=https://www.facebook.com/events/510739535967886><i class="fa fa-facebook-square"></i></a></li>
</ul>
</div>
</a>
</div>

View file

@ -28,6 +28,14 @@ home: yes
{% endif %}
{% endfor %}
</ul>
{% if first_post.location %}
<ul>
<li><a class="highlight button hvr-sweep-to-top" href={{first_post.location_website}} target="_blank">{{first_post.location}}</a></li>
{% if first_post.fb_event_url %}
<li><a class="highlight button hvr-sweep-to-top" target="_blank" href={{first_post.fb_event_url}}><i class="fa fa-facebook-square"></i></a></li>
{% endif %}
</ul>
{% endif %}
</div>
</a>
</div>