fix: listening cleanup
All checks were successful
Build & Deploy / build-and-deploy (push) Successful in 1m26s

This commit is contained in:
svemagie
2026-04-01 12:51:06 +02:00
parent 8d3da8ec45
commit 2433f1c0f9
2 changed files with 4 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ withSidebar: true
<header class="mb-6 sm:mb-8">
<h1 class="text-2xl sm:text-3xl md:text-4xl font-bold text-surface-900 dark:text-surface-100 mb-2">Listening Activity</h1>
<p class="text-surface-600 dark:text-surface-400">
What I've been listening to
What I've been listening to.
</p>
</header>

View File

@@ -8,14 +8,15 @@ withSidebar: true
<header class="mb-6 sm:mb-8">
<h1 class="text-2xl sm:text-3xl md:text-4xl font-bold text-surface-900 dark:text-surface-100 mb-2">Listening Activity</h1>
<p class="text-surface-600 dark:text-surface-400">
What I've been listening to on
{% if funkwhaleActivity.instanceUrl %}
What I've been listening to.
{# {% if funkwhaleActivity.instanceUrl %}
<a href="{{ funkwhaleActivity.instanceUrl }}" class="text-purple-600 dark:text-purple-400 hover:underline" target="_blank" rel="noopener">Funkwhale</a>
{% endif %}
{% if funkwhaleActivity.instanceUrl and lastfmActivity.profileUrl %} and {% endif %}
{% if lastfmActivity.profileUrl %}
<a href="{{ lastfmActivity.profileUrl }}" class="text-purple-600 dark:text-purple-400 hover:underline" target="_blank" rel="noopener">Last.fm</a>
{% endif %}
#}
</p>
</header>