mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 15:57:57 +00:00
5 lines
108 B
Go Template
5 lines
108 B
Go Template
|
{{- $ret := false }}
|
||
|
{{- if hasPrefix .Path "/_relearn" }}
|
||
|
{{- $ret = true }}
|
||
|
{{- end }}
|
||
|
{{- return $ret }}
|