Améliore la présentation des pages de taxonomie
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<header>
|
||||
<header class="article-header">
|
||||
{{ partialCached "header-brand.html" .Site .Site.Title (.Site.Params.logo | default "logo-large.png") }}
|
||||
{{ partial "breadcrumbs.html" . }}
|
||||
<h1>{{ .Title }}</h1>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{{ define "main" }}
|
||||
{{ partial "hero-section.html" . }}
|
||||
<main>
|
||||
<main class="taxonomy-page">
|
||||
{{ with .Content }}
|
||||
<article>
|
||||
{{ . }}
|
||||
|
||||
Reference in New Issue
Block a user