This commit is contained in:
parent
700cd6ea74
commit
343b933aee
@ -1,3 +1,4 @@
|
|||||||
- year: 1962
|
- week: 2020-24
|
||||||
|
year: 1962
|
||||||
artist: Booker T. & the M.G.'s
|
artist: Booker T. & the M.G.'s
|
||||||
title: Green Onions
|
title: Green Onions
|
||||||
|
|||||||
@ -2,7 +2,7 @@ extends layout
|
|||||||
|
|
||||||
mixin entry($item)
|
mixin entry($item)
|
||||||
.list__item
|
.list__item
|
||||||
p !{$item['artist']} - !{$item['title']} (!{$item['year']})
|
p !{$item['week']} >> !{$item['artist']} - !{$item['title']} (!{$item['year']})
|
||||||
|
|
||||||
block content
|
block content
|
||||||
p
|
p
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user