Skip to content

Commit be91073

Browse files
authored
Qualtrics: Set usage via flag (#423)
1 parent 807e9c2 commit be91073

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

layouts/_default/single.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@ <h1>{{ .Title }}</h1>
3838
{{ end }}
3939

4040
{{ partial "version-list" . }}
41-
{{ partial "qualtrics-feedback.html" }}
41+
{{ if .Site.Params.enable_qualtrics }}
42+
{{ partial "qualtrics-feedback.html" }}
43+
{{ end }}
4244
</article>
4345
</main>
4446

0 commit comments

Comments
 (0)