<a href=“{{ post.url | prepend: site.baseurl }}” class=“catalogue-item”>
<div> {% if include.sticky == 'true' %} <span class="catalogue-pinned">Pinned ·</span> {% endif %} <time datetime="{{ post.date }}" class="catalogue-time">{{ post.date | date: "%B %d, %Y" }}</time> <h1 class="catalogue-title">{{ post.title }}</h1> <div class="catalogue-line"></div> <p> {% if post.excerpt_separator %} {{ post.excerpt | strip_html }} {% else %} {{ post.content | strip_html | truncatewords: 30 }} {% endif %} </p> </div>
</a>