Change .Site.Params to $page.Param

This commit is contained in:
Will Faught
2023-01-29 12:17:15 -08:00
parent c38ea4e460
commit 4d3bb0d4f3
5 changed files with 11 additions and 7 deletions

View File

@@ -1,4 +1,6 @@
{{ with .Site.Params.paige.social }}
{{ $page := . }}
{{ with $page.Param "paige.social" }}
<section>
<nav>
<div class="mb-3 text-center">