fixes Nathan's find and replace madness

This commit is contained in:
Drew
2025-05-22 16:48:35 -06:00
parent 8a8d9e0063
commit fb9945279b
3 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{{ define "main" }}
<interview class="single-interview">
<article class="single-interview">
<header class="mb-4 wompum-container wompum-container--wide-gap aspect-2/1 md:aspect-3/1">{{ partial "interview-wompum.html" . }}</header>
@ -30,7 +30,7 @@
</div>
<aside class="md:hidden block p-8 mt-8 border-t border-gray-200">{{ partial "interview-metadata.html" . }}</aside>
</div>
</interview>
</article>
<aside class="max-w-screen-xl mx-auto">
{{ partial "related-interviews" (dict "page" . "topics" .Params.topics "limit" 3) }}
</aside>