Adjust sizes
This commit is contained in:
parent
b37f01f0e0
commit
a3cfd541b3
|
@ -22,9 +22,9 @@ episodes:
|
||||||
{% set podcast = page.podcasts[episode.podcast] %}
|
{% set podcast = page.podcasts[episode.podcast] %}
|
||||||
|
|
||||||
<article>
|
<article>
|
||||||
<h2>{{ podcast.name }}: {{ episode.title }}</h2>
|
<h2 class="text-lg">{{ podcast.name }}: {{ episode.title }}</h2>
|
||||||
|
|
||||||
<time class="text-grey-darker block mt-px mb-2" datetime="{{ episode.date|date('Y-m-d') }}">
|
<time class="text-sm text-grey-darker block mt-px mb-2" datetime="{{ episode.date|date('Y-m-d') }}">
|
||||||
{{ episode.date|date('jS F Y') }}
|
{{ episode.date|date('jS F Y') }}
|
||||||
</time>
|
</time>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue