2024-11-24
This commit is contained in:
@@ -4,7 +4,11 @@ layout: base-with-heading
|
||||
---
|
||||
|
||||
{{{content}}}
|
||||
|
||||
{{#each (extractUniqueTags pagination "season")}}
|
||||
{{#with (findPageByTag this ../collections) as |page|}}
|
||||
<a href="{{ page.url }}" class="badge text-bg-dark fw-light rounded-1">{{ page.data.title }}</a>
|
||||
{{/with}}
|
||||
{{/each}}
|
||||
<h1>Episodes</h1>
|
||||
<ul>
|
||||
{{#each episodes}}
|
||||
@@ -12,7 +16,7 @@ layout: base-with-heading
|
||||
<div class="card-body">
|
||||
<h5 class="card-title">
|
||||
<a href="{{{this.page.url}}}">
|
||||
{{#if data.title}}<strong>{{{data.episode}}}</strong>: {{{data.title}}}{{else}}{{data.episode}}{{/if}}
|
||||
{{#if data.title}}<strong>{{{data.episode}}}</strong>: {{{data.title}}}{{else}}<strong>{{data.episode}}</strong>{{/if}}
|
||||
</a>
|
||||
</h5>
|
||||
<span class="card-subtitle mb-2 text-body-secondary">{{{date this.date "MMM D, YYYY"}}}</h6>
|
||||
|
||||
Reference in New Issue
Block a user