Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wlh320/hugo-theme-hulga.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/_default/taxonomy.html')
-rw-r--r--layouts/_default/taxonomy.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/_default/taxonomy.html b/layouts/_default/taxonomy.html
index 5344be9..23de21f 100644
--- a/layouts/_default/taxonomy.html
+++ b/layouts/_default/taxonomy.html
@@ -8,7 +8,7 @@
{{ if eq .Data.Singular "category" }}
<div class="card">
<header class="card-header is-primary">
- <p class="card-header-title">
+ <p class="card-header-title content is-medium">
{{ i18n "categories" }}
</p>
</header>
@@ -31,7 +31,7 @@
{{ if eq .Data.Singular "tag" }}
<div class="card">
<header class="card-header">
- <p class="card-header-title">
+ <p class="card-header-title content is-medium">
{{ i18n "tags" }}
</p>
</header>