mirror of
https://github.com/apricote/apricote.de.git
synced 2026-01-13 12:51:00 +00:00
fix: improve a11y
This commit is contained in:
parent
0c887fd1e1
commit
38c281d830
3 changed files with 4 additions and 2 deletions
|
|
@ -9,10 +9,10 @@ The data on this page reflects my listens from Spotify. I track the data using a
|
|||
self-hosted instance of [Listory](https://github.com/apricote/listory). All data
|
||||
is coming from the listens of the 30 days prior to the last update time.
|
||||
|
||||
### My favorite genres
|
||||
## My favorite genres
|
||||
|
||||
{{< listory-genres >}}
|
||||
|
||||
### My favorite albums
|
||||
## My favorite albums
|
||||
|
||||
{{< listory-albums >}}
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@
|
|||
<div style="width: 20%; text-align: right">
|
||||
{{ .count }}<img
|
||||
src="/listen.svg"
|
||||
alt="Listens"
|
||||
style="
|
||||
height: 1em;
|
||||
width: 1em;
|
||||
|
|
|
|||
|
|
@ -11,6 +11,7 @@
|
|||
<div style="width: 20%; text-align: right">
|
||||
{{ .count }}<img
|
||||
src="/listen.svg"
|
||||
alt="Listens"
|
||||
style="
|
||||
height: 1em;
|
||||
width: 1em;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue