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

@ -1,6 +1,6 @@
<div class="music-chart">
{% for item in data limit: 10 %}
{% capture alt %}{{ item.title | escape }} by {{ item.artist }}{% endcapture %}
{%- for item in data limit: 10 -%}
{%- capture alt -%}{{ item.title | escape }} by {{ item.artist }}{%- endcapture -%}
<div class="item">
<div class="meta">
<img
@ -28,5 +28,5 @@
{{ item.timestamp | date: "%B %-d, %-I:%M%p", "America/Los_Angeles" }}
</div>
</div>
{% endfor %}
{%- endfor -%}
</div>