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