diff options
Diffstat (limited to 'layouts/taxonomy/term.html')
| -rw-r--r-- | layouts/taxonomy/term.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/layouts/taxonomy/term.html b/layouts/taxonomy/term.html index 1b953bc..b1d4889 100644 --- a/layouts/taxonomy/term.html +++ b/layouts/taxonomy/term.html @@ -1,9 +1,7 @@ {{ define "main" }} <div class="mx-auto px-4 py-12 max-w-4xl"> <!-- Page title with taxonomy type --> - <h1 class="text-4xl md:text-5xl font-bold text-accent mb-2"> - {{ i18n .Data.Singular }} - </h1> + <h1 class="section-title" data-text="{{ i18n .Data.Singular }}">{{ i18n .Data.Singular }}</h1> <!-- Current term heading --> <p class="text-lg text-text-dim mb-12"> |
