Converted 'article' nomenclature to 'interview'
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
</header>
|
||||
<main class="flex flex-wrap container mx-auto justify-center">
|
||||
<ul class="flex flex-col md:gap-4 gap-16 w-full mb-16 mt-4">
|
||||
{{ partial "article-list.html" (dict "Pages" .Data.Pages) }}
|
||||
{{ partial "interview-list.html" (dict "Pages" .Data.Pages) }}
|
||||
</ul>
|
||||
|
||||
{{ if gt (len (index .Site.Taxonomies .Data.Singular)) 1 }}
|
||||
|
Reference in New Issue
Block a user