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>
|
<ul>
|
||||||
{% for post in posts limit: 5 %}
|
{% for post in posts limit: 5 %}
|
||||||
<li>
|
<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 }}
|
{{ post.data.title }}
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
Reference in a new issue