Skip to content

Commit a6441e6

Browse files
authored
fix: param path for terms.profile_metrics (#1082)
Signed-off-by: Andrwe Lord Weber <[email protected]>
1 parent 625db5a commit a6441e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/partials/hb/modules/blog/term/profile.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ <h1 class="text-center h4 mb-3 mt-2">
1414
{{- with .Params.socials }}
1515
{{ partial "hb/modules/blog/term/socials" . }}
1616
{{- end }}
17-
{{- if default true site.Params.terms.profile_metrics }}
17+
{{- if default true site.Params.hb.terms.profile_metrics }}
1818
{{ partialCached "hb/modules/blog/term/metrics" . . }}
1919
{{- end }}
2020
</div>

0 commit comments

Comments
 (0)