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

github.com/gohugoio/gohugoioTheme2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/news/single.html')
-rw-r--r--layouts/news/single.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/news/single.html b/layouts/news/single.html
index 7724361..27ddf47 100644
--- a/layouts/news/single.html
+++ b/layouts/news/single.html
@@ -7,7 +7,7 @@
{{ range .Params.categories }}
<a
href="{{ "/categories/" | relLangURL }}{{ . | urlize }}"
- class="text-sm font-extrabold mb-0 link text-gray-500 dim mr-3">
+ class="text-sm font-semibold mb-0 link text-gray-500 dim mr-3">
{{ humanize . | upper }}
</a>
{{ end }}