From a19d98ce7e590e6c7f82aa08f7e9791a72e2e8bc Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Sun, 7 Jun 2020 14:14:41 +0200 Subject: Split english and norwegian posts. This turned out a bit different than I initially though. The english and norwegian sections will essentially be separate. Afaict there's no direct way to make a "combined view" listing both english and norwegian posts. However, I think that's fine. Let's roll with this for now. --- content/blog/2015-12-25-do-not-track/index.en.md | 20 ++++++++++++++++++++ content/blog/2015-12-25-do-not-track/index.md | 20 -------------------- 2 files changed, 20 insertions(+), 20 deletions(-) create mode 100644 content/blog/2015-12-25-do-not-track/index.en.md delete mode 100644 content/blog/2015-12-25-do-not-track/index.md (limited to 'content/blog/2015-12-25-do-not-track') diff --git a/content/blog/2015-12-25-do-not-track/index.en.md b/content/blog/2015-12-25-do-not-track/index.en.md new file mode 100644 index 0000000..43fa2a0 --- /dev/null +++ b/content/blog/2015-12-25-do-not-track/index.en.md @@ -0,0 +1,20 @@ ++++ +title = "Do Not Track - A personalized documentary" +lang = "en" + +[taxonomies] +tags = ["privacy", "tracking", "internet"] + +[extra] +author = "harald" ++++ + +{% figure(img="do-not-track.png") %} +[https://donottrack-doc.com/](https://donottrack-doc.com/) +{% end %} + +[Do Not Track] is a great interactive documentary about tracking and privacy on +the internet. Definitely worth a watch if you are unsure about just how much +the ad networks and social media sites actually know about you. + +[Do Not Track]: https://donottrack-doc.com/ diff --git a/content/blog/2015-12-25-do-not-track/index.md b/content/blog/2015-12-25-do-not-track/index.md deleted file mode 100644 index 43fa2a0..0000000 --- a/content/blog/2015-12-25-do-not-track/index.md +++ /dev/null @@ -1,20 +0,0 @@ -+++ -title = "Do Not Track - A personalized documentary" -lang = "en" - -[taxonomies] -tags = ["privacy", "tracking", "internet"] - -[extra] -author = "harald" -+++ - -{% figure(img="do-not-track.png") %} -[https://donottrack-doc.com/](https://donottrack-doc.com/) -{% end %} - -[Do Not Track] is a great interactive documentary about tracking and privacy on -the internet. Definitely worth a watch if you are unsure about just how much -the ad networks and social media sites actually know about you. - -[Do Not Track]: https://donottrack-doc.com/ -- cgit v1.2.3