hugo-theme-relearn/layouts/partials/_relearn/pageIsSpecial.gotmpl

5 lines
108 B
Go Template
Raw Normal View History

{{- $ret := false }}
{{- if hasPrefix .Path "/_relearn" }}
{{- $ret = true }}
{{- end }}
{{- return $ret }}