mirror of
https://github.com/McShelby/hugo-theme-relearn
synced 2025-04-30 12:43:34 +08:00
5 lines
108 B
HTML
5 lines
108 B
HTML
{{- $ret := false }}
|
|
{{- if hasPrefix .Path "/_relearn" }}
|
|
{{- $ret = true }}
|
|
{{- end }}
|
|
{{- return $ret }} |