diff --git a/content/privacy-policy.md b/content/privacy-policy.md index 259a4f77d..783c0d38c 100644 --- a/content/privacy-policy.md +++ b/content/privacy-policy.md @@ -100,6 +100,7 @@ More specifically, we may need to process your data or share your personal infor We only share and disclose your information with the following third parties. If we have processed your data based on your consent and you wish to revoke your consent, please contact us using the contact details provided. Links to the privacy policy of third-party service providers used by the app are below. - [Google Play Services](https://policies.google.com/terms) - [Google Analytics for Firebase](https://firebase.google.com/terms/analytics) +- [Facebook Pixel](https://www.facebook.com/business/m/privacy-and-data) - [Firebase Crashlytics](https://firebase.google.com/terms/crashlytics) - [Stripe](https://stripe.com/en-ca/privacy) - [MongoDB Realm](https://www.mongodb.com/legal/privacy-policy-aug-27-2013) diff --git a/data/config.yaml b/data/config.yaml index 3c864a5a6..51e1a5b73 100644 --- a/data/config.yaml +++ b/data/config.yaml @@ -4,7 +4,7 @@ openToc: false enableLinkPreview: true enableLatex: true tagline: Note-taking for internet browsing -description: Fleeting Notes is a note-taking app for learning while browsing the internet. Notes are organized and discovered through the connection of ideas. +description: Fleeting Notes is a note-taking app for capturing learnings while browsing the web. Notes are organized and discovered through the connection of ideas. page_title: "Fleeting Notes" links: diff --git a/layouts/partials/head.html b/layouts/partials/head.html index f6d46c85a..67032e19c 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -63,5 +63,22 @@ content, })) + + + + {{ template "_internal/google_analytics.html" . }}