Compare commits

..

3 Commits

View File

@ -63,7 +63,7 @@
{% for post in config.posts %} {% for post in config.posts %}
<li class="article"> <li class="article">
<div class="article-banner" style="background-image: url('{{ post.banner }}');"> <div class="article-banner" style="background-image: url('{{ post.banner }}');">
<a href="explore/{{ post.slug }}/" class="article-content"> <a href="{{ post.slug }}/" class="article-content">
<h2>{{ post.title }}</h2> <h2>{{ post.title }}</h2>
<p> <p>
<i class="fas fa-map-marker-alt"></i>{{ post.location.title }} <i class="fas fa-map-marker-alt"></i>{{ post.location.title }}