fix: consistency
This commit is contained in:
parent
eeb8778f8c
commit
438cb399c8
1 changed files with 0 additions and 1 deletions
|
@ -32,6 +32,5 @@ eleventyComputed:
|
||||||
{% else %}
|
{% else %}
|
||||||
<p class="p-summary">{{ post.data.description | markdown }}</p>
|
<p class="p-summary">{{ post.data.description | markdown }}</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<p><a href="{{ post.url }}">Read more →</a></p>
|
|
||||||
</article>
|
</article>
|
||||||
{% endfor %}
|
{% endfor %}
|
Reference in a new issue