chore: no underline for popular post links
This commit is contained in:
parent
7ea025ebf5
commit
973473f83d
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
<ul>
|
||||
{% for post in posts limit: 5 %}
|
||||
<li>
|
||||
<a href="{{post.url}}" title="{{ post.data.title | escape}}">
|
||||
<a class="no-underline" href="{{post.url}}" title="{{ post.data.title | escape}}">
|
||||
{{ post.data.title }}
|
||||
</a>
|
||||
</li>
|
||||
|
|
Reference in a new issue