chore: clean up extra space in documents

This commit is contained in:
Cory Dransfeldt 2024-08-05 11:10:55 -07:00
parent 1bf0e7c3bb
commit 4330f60f32
No known key found for this signature in database
25 changed files with 123 additions and 124 deletions

View file

@ -15,7 +15,7 @@
<height>144</height>
</image>
{% for entry in entries limit: 20 -%}
{% assign rating = entry.rating %}
{%- assign rating = entry.rating -%}
{%- capture entryTitle -%}
{{ entry.title | escape }}
{%- if entry.authors %} via {{ entry.authors.name }}{%- endif -%}