We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54d9da0 commit ed19b53Copy full SHA for ed19b53
layouts/partials/feature-info.html
@@ -1,5 +1,5 @@
1
{{ $currentPage := .Page.Permalink }}
2
-{{ $features := .Site.Data.feature_data }}
+{{ $features := site.Data.feature_data }}
3
{{ if not $features }}
4
{{ with readFile "data/feature_data.json" }}
5
{{ $features = . | transform.Unmarshal }}
0 commit comments