We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0226a4d commit 0a682c4Copy full SHA for 0a682c4
layouts/partials/banner.html
@@ -1,4 +1,4 @@
1
-{{- with .Params.banner -}}
+{{- with index .Params "nd-banner" -}}
2
{{- if .enabled -}}
3
<!-- Gather the dates and default to beginning or end of time if frontmatter is not provided -->
4
{{- $currentDate := now | dateFormat "2006-01-02" -}}
0 commit comments