Revise third-party content warning

This commit is contained in:
Tim Bannister
2021-10-02 16:28:54 +01:00
parent 92d8d1e966
commit 8a736308a9
5 changed files with 31 additions and 4 deletions
+5
View File
@@ -22,6 +22,11 @@
{{ partial "deprecation-warning.html" . }}
{{ end }}
{{ block "main" . }}{{ end }}
{{- if .HasShortcode "thirdparty-content" -}}
{{ block "thirdparty-disclaimer" . }}
{{ partial "docs/thirdparty-disclaimer.html" . }}
{{- end -}}
{{- end -}}
{{ if (and (not .Params.hide_feedback) (.Site.Params.ui.feedback.enable) (.Site.GoogleAnalytics)) }}
{{ partial "feedback.html" .Site.Params.ui.feedback }}
{{ end }}