layout | title | permalink | feed | show-in-nav |
---|---|---|---|---|
page |
Events |
/blog |
/feed.xml |
false |
{% for post in site.posts %}
{% if post.image == null %}
{{ post.title }}
{% endif %}
{% if post.loc %}
{{ post.loc }}
{% endif %} {% if post.date %}
<p><strong>{{ post.date | date: "%d/%m/%y" }}</strong></p>
{% endif %}
{% if post.fb_link %}
<a class="fb" href="{{ post.fb_link }}">FB</a>
{% endif %}
</div>
</div>
{% endfor %}