Remove the taxonomy name leader from taxonomy list pages
This commit is contained in:
parent
2a2025bd9f
commit
deaf33c0f2
1 changed files with 2 additions and 3 deletions
|
@ -1,8 +1,7 @@
|
|||
{{ define "main" }}
|
||||
<main class="main--list">
|
||||
<main class="main--list taxonomy" data-taxonomy-name="{{ .Data.Singular }}">
|
||||
<header class="page-header">
|
||||
{{- $title := printf "%s: %s" .Data.Singular .Title }}
|
||||
{{ partial "page_header.html" (dict "page" . "title" $title) }}
|
||||
{{ partial "page_header.html" (dict "page" . "title" .Title) }}
|
||||
</header>
|
||||
|
||||
{{ with .Content -}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue