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

github.com/uPagge/uBlogger.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDillon <dillonzq@outlook.com>2020-03-17 19:52:36 +0300
committerGitHub <noreply@github.com>2020-03-17 19:52:36 +0300
commit84d48f37dcf35e9f414445e1eed3489c674fe1af (patch)
tree352de3c33b32ad1a90e55b7766cedd964658e0e5 /layouts/taxonomy
parent01d814ef6fa585e82991bcb9e24c27c908ee82f0 (diff)
feat(syntax): add fraction syntax (#181)
* feat(syntax): add fraction syntax * docs: add remind for Hugo extended version
Diffstat (limited to 'layouts/taxonomy')
-rw-r--r--layouts/taxonomy/terms.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/taxonomy/terms.html b/layouts/taxonomy/terms.html
index 83f7b63..28062a5 100644
--- a/layouts/taxonomy/terms.html
+++ b/layouts/taxonomy/terms.html
@@ -49,7 +49,7 @@
{{- else if eq $taxonomies "tags" -}}
<div class="tag-cloud-tags">
{{- range $.Site.Taxonomies.tags.ByCount -}}
- <a href="{{ .Page.RelPermalink }}"> {{ .Page.Title }} <small>({{ .Count }})</small></a>
+ <a href="{{ .Page.RelPermalink }}"> {{ .Page.Title }} <sup>{{ .Count }}</sup></a>
{{- end -}}
</div>
{{- end -}}