Add timescale partial
Bad name, idk what else to call it
This commit is contained in:
parent
1734e6a4bb
commit
09f542e26e
4 changed files with 32 additions and 5 deletions
|
|
@ -10,6 +10,10 @@
|
|||
<body>
|
||||
@partial partials/header
|
||||
<h1>{{.album}}</h1>
|
||||
@partial partials/firstlast_listens(scrobbles: .album.scrobbles, rank: .album.rank, firstlast: .firstlast)
|
||||
<h3>Yearly Performance</h3>
|
||||
@partial partials/timescale(range: .yearly)
|
||||
<h2>Songs</h2>
|
||||
@partial partials/newtable(T: ColumnChoices, table_data: .songs, columns: columns)
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue