diff --git a/content/archive/_index.md b/content/archive/_index.md index 336efa9..953a1ab 100644 --- a/content/archive/_index.md +++ b/content/archive/_index.md @@ -1,5 +1,4 @@ +++ -title = "Archive" template = "index.html" page_template = "song.html" sort_by = "title" diff --git a/sass/style.scss b/sass/style.scss index 2d419b2..c6a51a0 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -95,11 +95,12 @@ main.songs { &.selected { color: #fff; - &[data-category="mixtape"] { background-color: #bf616a } &[data-category="classic"] { background-color: #5e81ac } } + &.wide { grid-column: 1 / 3 } + & svg { height: 1.2em; } diff --git a/templates/index.html b/templates/index.html index 2392637..9ca2481 100644 --- a/templates/index.html +++ b/templates/index.html @@ -11,8 +11,13 @@
{% block content %}