Merge branch 'main' of github.com:cdransf/coryd.dev
This commit is contained in:
commit
21c2afca77
1 changed files with 2 additions and 0 deletions
|
@ -5,10 +5,12 @@
|
|||
</h2>
|
||||
<ul class="link-list">
|
||||
{% for link in links limit: 5 %}
|
||||
{% assign author = link.data.link | stripUtm | authorLookup %}
|
||||
<li>
|
||||
<a href="{{ link.data.link }}" title="{{ link.data.title | escape }}">
|
||||
{{ link.data.title }}
|
||||
</a>
|
||||
{% if author %} via {{ author }}{% endif %}
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
|
|
Reference in a new issue