Remove old link classes

This commit is contained in:
Oliver Davies 2019-01-03 01:32:59 +00:00
parent a627849410
commit 606be23129
6 changed files with 8 additions and 8 deletions

View file

@ -5,7 +5,7 @@
<ul class="pl-4">
{% for post in data.posts|slice(0, site.latest_posts) %}
<li>
<a href="{{ post.url }}" class="link">
<a href="{{ post.url }}">
{{- post.title -}}
</a>
</li>