mirror of
https://github.com/Decentralized-ID/decentralized-id.github.io.git
synced 2024-12-16 19:14:33 -05:00
fix gdpr tag and update tags on feed
This commit is contained in:
parent
cfdac9416c
commit
6f8f63fe7f
@ -30,7 +30,8 @@
|
||||
<a href="{{ post.url | relative_url }}" rel="permalink">{{ title }}</a>
|
||||
{% endif %}
|
||||
</h2>
|
||||
<p class="page__meta"><strong>Published:</strong> {{ post.date | date: "%Y-%m-%d" }} <strong>Modified:</strong> {{ post.last_modified_at }} <i class="far fa-clock" aria-hidden="true"></i> {% include read-time.html %}</p>
|
||||
<p class="page__meta"><strong>Tags:</strong> {% for tag in post.tags %}[<u>{{ tag }}</u>] {% endfor %}</p>
|
||||
<p class="page__meta"><strong>Published:</strong> {{ post.date | date: "%Y-%m-%d" }} <strong>Modified:</strong> {{ post.last_modified_at }} <i class="far fa-clock" aria-hidden="true"></i> {% include read-time.html %}</p>
|
||||
{% if post.excerpt %}<p class="archive__item-excerpt" itemprop="description">{{ post.excerpt | markdownify | strip_html | truncate: 160 }}</p>{% endif %}
|
||||
</article>
|
||||
</div>
|
||||
|
@ -6,7 +6,7 @@ permalink: media/
|
||||
canonical_url: 'https://decentralized-id.com/media/'
|
||||
redirect_from: media
|
||||
categories: ["Multi-Media"]
|
||||
tags: ["Specs-Standards","uPort","MyData"]
|
||||
tags:
|
||||
last_modified_at: 2019-03-13
|
||||
---
|
||||
|
||||
|
@ -1,16 +1,16 @@
|
||||
---
|
||||
date: 2019-03-01
|
||||
title: The General Data Protection Regulation (GDPR) of the European Union
|
||||
layout: single
|
||||
classes: wide
|
||||
title: "The General Data Protection Regulation (GDPR) of the European Union"
|
||||
toc: false
|
||||
permalink: regulation/gdpr/
|
||||
canonical_url: 'https://decentralized-id.com/regulation/gdpr/'
|
||||
permalink: /regulation/GDPR/
|
||||
canonical_url: 'https://decentralized-id.com/regulation/GDPR/'
|
||||
redirect_from:
|
||||
- gdpr
|
||||
- gdpr/
|
||||
categories: ["Regulation"]
|
||||
tags: ["GDPR"]
|
||||
tags:
|
||||
- GDPR
|
||||
- eIDAS
|
||||
last_modified_at: 2020-01-05
|
||||
---
|
||||
|
||||
|
@ -4,6 +4,7 @@ title: Global Digital Identity and Privacy Regulations
|
||||
permalink: /regulation/
|
||||
toc: false
|
||||
last_modified_at: 2020-01-06
|
||||
published: false
|
||||
---
|
||||
|
||||
[Self Sovereign Identity & Decentralized Identity: Control Your Data](https://dragonchain.com/blog/decentralized-identity-self-sovereign-identity-explained/#toc_15). Provides outline of some global regulations related to identity and privacy, as part of a high level SSI primer, breifly discussing:
|
||||
|
Loading…
Reference in New Issue
Block a user