Compare commits

..

No commits in common. "cd18120aee8eb473fcddb6d796e02bbf60a0faa9" and "179de5bba24cbbec6e17a5215a089ddbd1dd73db" have entirely different histories.

2 changed files with 3 additions and 3 deletions

View File

@ -167,7 +167,7 @@ if ($match['name'] == 'vinyl') {
$variables['title'] = 'Vinyl — '.$basetitle;
}
// If we are dealing with Album Of The Week
// If we are dealing with Albu m Of The Week
if ($match['name'] == 'aotw') {
$variables['albums'] = getAOTW();
$variables['title'] = 'Album Of The Week — '.$basetitle;

View File

@ -25,7 +25,7 @@ block content
if ($post["type"] == "blog")
a(href="/") blog
if ($post["type"] == "note")
a(href="/notes") notes
a(href="notes") notes
| > !{$post['slug']}
main
@ -40,7 +40,7 @@ block content
.longform__content.e-content
| !{$post['content']}
if (array_key_exists('discussion', $post) && isset($post['discussion']))
if (array_key_exists('discussion', $post))
.discussion.subsection
h2 Join the discussion
each $item in $post["discussion"]