Add underscores to parameters
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{{- $.Scratch.Add "index" slice -}}
|
||||
{{- range where .Site.Pages "Params.paigehidesearch" "ne" true -}}
|
||||
{{- range where .Site.Pages "Params.paige_hide_search" "ne" true -}}
|
||||
{{- $title := .Title | markdownify | plainify | htmlUnescape -}}
|
||||
{{- if and (not $title) .IsHome }}
|
||||
{{- $title = site.Title }}
|
||||
|
Reference in New Issue
Block a user