just so eleventy stops complaining
This commit is contained in:
parent
b8d7c5bd07
commit
cc751486d0
1 changed files with 0 additions and 5 deletions
|
|
@ -35,12 +35,7 @@ permalink: "/notebook/"
|
|||
<div class="article-card">
|
||||
<h2><a href="{{ other.url }}">{{ other.data.title }}</a></h2>
|
||||
<p class="tags-holder">
|
||||
{% for tag in other.data.tags -%}
|
||||
{% if tag == 'other' %}
|
||||
|
||||
{% else %}
|
||||
<a>{{ tag }}</a>
|
||||
{% endif %}
|
||||
</p>
|
||||
<p>{{ other.data.description }}</p>
|
||||
<a href="{{ other.url }}" class="read">read more</a>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue