mirror of
https://github.com/apricote/apricote.de.git
synced 2026-01-13 20:51:02 +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
|
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.
|
is coming from the listens of the 30 days prior to the last update time.
|
||||||
|
|
||||||
### My favorite genres
|
## My favorite genres
|
||||||
|
|
||||||
{{< listory-genres >}}
|
{{< listory-genres >}}
|
||||||
|
|
||||||
### My favorite albums
|
## My favorite albums
|
||||||
|
|
||||||
{{< listory-albums >}}
|
{{< listory-albums >}}
|
||||||
|
|
|
||||||
|
|
@ -15,6 +15,7 @@
|
||||||
<div style="width: 20%; text-align: right">
|
<div style="width: 20%; text-align: right">
|
||||||
{{ .count }}<img
|
{{ .count }}<img
|
||||||
src="/listen.svg"
|
src="/listen.svg"
|
||||||
|
alt="Listens"
|
||||||
style="
|
style="
|
||||||
height: 1em;
|
height: 1em;
|
||||||
width: 1em;
|
width: 1em;
|
||||||
|
|
|
||||||
|
|
@ -11,6 +11,7 @@
|
||||||
<div style="width: 20%; text-align: right">
|
<div style="width: 20%; text-align: right">
|
||||||
{{ .count }}<img
|
{{ .count }}<img
|
||||||
src="/listen.svg"
|
src="/listen.svg"
|
||||||
|
alt="Listens"
|
||||||
style="
|
style="
|
||||||
height: 1em;
|
height: 1em;
|
||||||
width: 1em;
|
width: 1em;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue