Sync config names
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
{{ $authors := partial "paige/func-authors.html" $page }}
|
||||
{{ $images := $page.Params.images | default slice }}
|
||||
{{ $keywords := sort (union (union $page.Keywords $page.Params.tags) $page.Params.categories) }}
|
||||
{{ $license := $page.Param "paige.license" | markdownify | plainify }}
|
||||
{{ $license := $page.Param "paige.site.license" | markdownify | plainify }}
|
||||
{{ $schema := newScratch }}
|
||||
{{ $videos := $page.Params.videos | default slice }}
|
||||
|
||||
|
Reference in New Issue
Block a user