mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-09-02 19:52:40 +00:00
✏️ Docs: fix typo
This commit is contained in:
+1
-1
@@ -197,7 +197,7 @@
|
||||
enable = false
|
||||
min = 14 # Minimum font size in px
|
||||
max = 32 # Maximum font size in px
|
||||
peekCount = 10 # Maximum count of posts per tag
|
||||
peakCount = 10 # Maximum count of posts per tag
|
||||
orderby = "name" # Order of tags, optional values: ['name', 'count']
|
||||
|
||||
# Home page config
|
||||
|
||||
+1
-1
Submodule docs updated: 45afd32c66...c450a74e34
@@ -51,7 +51,7 @@
|
||||
<div class="tag-cloud-tags{{ with $tagCloud.enable }} text-center{{ end }}">
|
||||
{{- if $tagCloud.enable -}}
|
||||
{{- $tags := cond (eq $tagCloud.orderby "name") $.Site.Taxonomies.tags.Alphabetical $.Site.Taxonomies.tags.ByCount -}}
|
||||
{{- $baseGrade := div ($tagCloud.peekCount | default 10) 10.0 -}}
|
||||
{{- $baseGrade := div ($tagCloud.peakCount | default 10) 10.0 -}}
|
||||
{{- $minFont := $tagCloud.min | default 16 -}}
|
||||
{{- $baseFont := div (sub ($tagCloud.max | default 32) $minFont) 10.0 -}}
|
||||
{{- range $tags -}}
|
||||
|
||||
Reference in New Issue
Block a user