mirror of
https://github.com/McShelby/hugo-theme-relearn
synced 2025-04-30 19:11:03 +08:00
parent
ec134fa041
commit
2b516acac2
@ -1,3 +1,4 @@
|
|||||||
|
{{- $_hugo_config := `{ "version": 1 }` }}
|
||||||
{{- $version := split hugo.Version "." }}
|
{{- $version := split hugo.Version "." }}
|
||||||
{{- $major := int (index $version 0) }}
|
{{- $major := int (index $version 0) }}
|
||||||
{{- $minor := int (index $version 1) }}
|
{{- $minor := int (index $version 1) }}
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
{{- $_hugo_config := `{ "version": 1 }` }}
|
||||||
{{- partial "shortcodes/notice.html" (dict
|
{{- partial "shortcodes/notice.html" (dict
|
||||||
"context" .Page
|
"context" .Page
|
||||||
"color" (.Get "color")
|
"color" (.Get "color")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user