From 640601a75edca7768329f00e450abf6c7c83cfc8 Mon Sep 17 00:00:00 2001 From: infominer33 Date: Sat, 16 Mar 2019 18:38:43 -0400 Subject: [PATCH] add analytics --- _includes/analytics.html | 9 +++++++++ _layouts/default.html | 13 +++---------- index.md | 1 + 3 files changed, 13 insertions(+), 10 deletions(-) create mode 100644 _includes/analytics.html diff --git a/_includes/analytics.html b/_includes/analytics.html new file mode 100644 index 00000000..e58ca9c2 --- /dev/null +++ b/_includes/analytics.html @@ -0,0 +1,9 @@ + + + diff --git a/_layouts/default.html b/_layouts/default.html index 12dd7c09..c7bda027 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -44,15 +44,8 @@ - {% if site.google_analytics %} - + {% if jekyll.environment == 'production' %} + {% include analytics.html %} {% endif %} - + diff --git a/index.md b/index.md index f4a570f4..36f22fb6 100644 --- a/index.md +++ b/index.md @@ -2,6 +2,7 @@ title: Decentralized Identity — SSI- DID description: "Resources for Creating a Vendor Agnostic, User-Controlled, Identity Layer for the Internet." --- + # SSI - DID Resources >A good self‐sovereign identity system will allow individuals to directly influence how companies, governments, and others correlate our interactions across different services and locations by default. It won’t fix all identity problems nor preclude alternative identity approaches, but it will put the individual in control of most uses of identity and give organizations a simpler, easier, more ethical way to use identity to improve how they provide services and products. When successful, it will not only enable individuals to exercise greater control over how companies and governments keep track of us, it will also illuminate those situations where self‐sovereign identity is restricted, facilitating a conversation about when and where such limits are appropriate. [Joe Andrieu -A Technology‐Free Definition of Self‐Sovereign Identity](https://github.com/jandrieu/rebooting-the-web-of-trust-fall2016/blob/master/topics-and-advance-readings/a-technology-free-definition-of-self-sovereign-identity.pdf)