mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 15:28:57 +00:00
@@ -1,6 +1,6 @@
|
||||
{{- /* Read the config and format */ -}}
|
||||
{{- $params := .Page.Params | merge site.Params.page -}}
|
||||
{{- $ordered := $params.toc.ordered | and -}}
|
||||
{{- $ordered := $params.toc.ordered | and $params.heading.number.enable -}}
|
||||
{{- $h1Format := $params.heading.number.format.h1 | default "{title}" -}}
|
||||
{{- $h2Format := $params.heading.number.format.h2 | default "{h2} {title}" -}}
|
||||
{{- $h3Format := $params.heading.number.format.h3 | default "{h2}.{h3} {title}" -}}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{{- .Scratch.Set "version" "v0.3.12-01d42625" -}}
|
||||
{{- .Scratch.Set "version" "v0.3.12-456db385" -}}
|
||||
{{- .Scratch.Set "this" dict -}}
|
||||
|
||||
{{- partial "init/detection-env.html" . -}}
|
||||
|
||||
Reference in New Issue
Block a user