appscms-tools-theme 5.3.1 → 5.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/_layouts/privacyPolicy.html +17 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 749c5e235a11f654a2f5a5cfc527358eb3226cf16a08d3eb4d97530e081b40ae
|
|
4
|
+
data.tar.gz: 458ea6537bbe0771f7709fb9de3ef94011532a3393676104dfe72e329039cf32
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 22d03e82b06b875256f3e51beeaa2e66b61cfbefd6b6a30a1ecf760b8b50ec1aa83b63f20d596bb53a3deb00d1e0a51dc83e532e27e31b1b0710da2c99e3d23a
|
|
7
|
+
data.tar.gz: 69218681776fed8259c7e13d0a2d4958effda3fdadb8224988be6024ce2b1a1d830c06586e360b6e6249a8754e59edbca5a6ff345d4b02bde9fe86f7b244e462
|
data/_layouts/privacyPolicy.html
CHANGED
|
@@ -263,6 +263,23 @@ assign lang = page.lang %} {% assign privacyData = site.data[folder][lang][file]
|
|
|
263
263
|
shared by the User with the Firm shall be governed by the
|
|
264
264
|
Privacy Policy.
|
|
265
265
|
</p>
|
|
266
|
+
|
|
267
|
+
{%- if site.monumetric_enabled -%}
|
|
268
|
+
|
|
269
|
+
|
|
270
|
+
<h3>Advertising & Third-Party Data Collection</h3>
|
|
271
|
+
<p>
|
|
272
|
+
This Site is affiliated with Monumetric (dba for The Blogger Network, LLC) for the purposes of placing
|
|
273
|
+
advertising on the Site, and Monumetric will collect and use certain data for advertising purposes. To
|
|
274
|
+
learn more about Monumetric’s data usage, click here:
|
|
275
|
+
<a target="_blank" href="http://www.monumetric.com/publisher-advertising-privacy" rel="noopener noreferrer">
|
|
276
|
+
Publisher Advertising Privacy
|
|
277
|
+
</a>.
|
|
278
|
+
</p>
|
|
279
|
+
|
|
280
|
+
{%- endif -%}
|
|
281
|
+
|
|
282
|
+
|
|
266
283
|
<h3>USER OBLIGATIONS AND FORMAL UNDERTAKINGS AS TO CONDUCT</h3>
|
|
267
284
|
<p>
|
|
268
285
|
The Client agrees and acknowledges that they are a restricted
|