Skip to content

Commit

Permalink
Update baseof.html
Browse files Browse the repository at this point in the history
  • Loading branch information
sohail-aspose committed Nov 8, 2024
1 parent 31dd056 commit bbeb20a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions themes/about_common_theme/layouts/_default/baseof.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@
{{- partial "header.html" . -}}
</head>
<body>
<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>
Expand Down

0 comments on commit bbeb20a

Please sign in to comment.