Compare commits
2 Commits
179de5bba2
...
cd18120aee
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cd18120aee | ||
|
|
f5acb6dbaa |
@ -167,7 +167,7 @@ if ($match['name'] == 'vinyl') {
|
|||||||
$variables['title'] = 'Vinyl — '.$basetitle;
|
$variables['title'] = 'Vinyl — '.$basetitle;
|
||||||
}
|
}
|
||||||
|
|
||||||
// If we are dealing with Albu m Of The Week
|
// If we are dealing with Album Of The Week
|
||||||
if ($match['name'] == 'aotw') {
|
if ($match['name'] == 'aotw') {
|
||||||
$variables['albums'] = getAOTW();
|
$variables['albums'] = getAOTW();
|
||||||
$variables['title'] = 'Album Of The Week — '.$basetitle;
|
$variables['title'] = 'Album Of The Week — '.$basetitle;
|
||||||
|
|||||||
@ -25,7 +25,7 @@ block content
|
|||||||
if ($post["type"] == "blog")
|
if ($post["type"] == "blog")
|
||||||
a(href="/") blog
|
a(href="/") blog
|
||||||
if ($post["type"] == "note")
|
if ($post["type"] == "note")
|
||||||
a(href="notes") notes
|
a(href="/notes") notes
|
||||||
| > !{$post['slug']}
|
| > !{$post['slug']}
|
||||||
|
|
||||||
main
|
main
|
||||||
@ -40,7 +40,7 @@ block content
|
|||||||
.longform__content.e-content
|
.longform__content.e-content
|
||||||
| !{$post['content']}
|
| !{$post['content']}
|
||||||
|
|
||||||
if (array_key_exists('discussion', $post))
|
if (array_key_exists('discussion', $post) && isset($post['discussion']))
|
||||||
.discussion.subsection
|
.discussion.subsection
|
||||||
h2 Join the discussion
|
h2 Join the discussion
|
||||||
each $item in $post["discussion"]
|
each $item in $post["discussion"]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user