Skip to content

Commit

Permalink
Fixed consent mode banner script position
Browse files Browse the repository at this point in the history
  • Loading branch information
sohail-aspose committed Nov 8, 2024
1 parent bbeb20a commit 51dd950
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions themes/about_common_theme/layouts/_default/baseof.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@
{{- partial "header.html" . -}}
</head>
<body>
<script src="https://www.consentise.com/v1.2/consent-min.js"

<div id="content">
<script src="https://www.consentise.com/v1.2/consent-min.js"
data-cookiedomain=".aspose.ai"
data-privacy-policy-url="https://about.aspose.ai/legal/privacy-policy"
data-preferred-color="#4FA5D3"
data-default-language="en"
defer>
</script>
<div id="content">
{{- block "main" . }}{{- end }}
</div>
{{- partial "footer.html" . -}}
Expand Down

0 comments on commit 51dd950

Please sign in to comment.