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

@ -11,9 +11,9 @@ schema: artist
{%- capture alt -%}
{{ artist.name }} / {{ artist.country }}
{%- endcapture -%}
{% capture js %}
{%- capture js -%}
{% render "../../../../assets/scripts/text-toggle.js" %}
{% endcapture %}
{%- endcapture -%}
<script>{{ js }}</script>
<noscript><style>[data-toggle-content].text-toggle-hidden {height: unset !important;overflow: unset !important;margin-bottom: unset !important;}[data-toggle-content].text-toggle-hidden::after {display: none !important;}</style></noscript>
<a class="back-link-header link-icon" href="/music" title="Go back to the music index page">{% tablericon "arrow-left" "Go back to the music index page" %} Back to music</a>

View file

@ -16,9 +16,9 @@ schema: genre
is
{% endif %}
{%- endcapture -%}
{% capture js %}
{%- capture js -%}
{% render "../../../assets/scripts/text-toggle.js" %}
{% endcapture %}
{%- endcapture -%}
<script>{{ js }}</script>
<noscript><style>[data-toggle-content].text-toggle-hidden {height: unset !important;overflow: unset !important;margin-bottom: unset !important;}[data-toggle-content].text-toggle-hidden::after {display: none !important;}</style></noscript>
<a class="back-link-header link-icon" href="/music" title="Go back to the music index page">{% tablericon "arrow-left" "Go back to the music index page" %} Back to music</a>

View file

@ -6,9 +6,9 @@ permalink: "/music/index.html"
updated: "now"
schema: music-index
---
{% capture js %}
{%- capture js -%}
{% render "../../../assets/scripts/media-toggles.js" %}
{% endcapture %}
{%- endcapture -%}
<script>{{ js }}</script>
<h2 class="page-header">{{ title }}</h2>
<p>I've listened to <strong class="highlight-text">{{ music.week.artists.size }} artists</strong>, <strong class="highlight-text">{{ music.week.albums.size }} albums</strong> and <strong class="highlight-text">{{ music.week.totalTracks }} tracks</strong> this week. Most of that has been {{ music.week.genres | sortByPlaysDescending: "plays" | genreStrings: "genre" | mediaLinks: "genre", 5 }}.</p>