Remove old link classes
This commit is contained in:
parent
a627849410
commit
606be23129
6 changed files with 8 additions and 8 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue