mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-09-12 13:08:47 +00:00
feat: Add a newsletter subscription button (#3116)
This commit is contained in:
@@ -604,3 +604,7 @@ path[d="M20.71 7.04c.39-.39.39-1.04 0-1.41l-2.34-2.34c-.37-.39-1.02-.39-1.41 0l-
|
||||
opacity: 1;
|
||||
color: var(--md-default-fg-color--light);
|
||||
}
|
||||
|
||||
#ghost-portal-root, #ghost-comments-root {
|
||||
color-scheme: light;
|
||||
}
|
||||
|
@@ -92,4 +92,13 @@
|
||||
{{ page.meta.schema|tojson }}
|
||||
</script>
|
||||
{% endif %}
|
||||
<script defer src="https://cdn.jsdelivr.net/ghost/portal@2.53.2/umd/portal.min.js"
|
||||
data-i18n="true"
|
||||
data-ghost="https://www.privacyguides.org/"
|
||||
data-key="da9d77deb3e85ee73925167f3a"
|
||||
data-api="https://ghost.privacyguides.org/ghost/api/content/"
|
||||
data-locale="{{ config.theme.language }}"
|
||||
data-members-signin-otc="false"
|
||||
crossorigin="anonymous">
|
||||
</script>
|
||||
{% endblock %}
|
||||
|
Reference in New Issue
Block a user