Replace site.Params with $page.Param
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{{ $page := . }}
|
||||
|
||||
{{ $copyright := site.Copyright }}
|
||||
{{ $credit := not site.Params.paige.hide_credit_link }}
|
||||
{{ $credit := not ($page.Param "paige.hide_credit_link") }}
|
||||
{{ $first := templates.Exists "partials/paige/footer-first.html" }}
|
||||
{{ $last := templates.Exists "partials/paige/footer-last.html" }}
|
||||
|
||||
|
Reference in New Issue
Block a user