diff --git a/_includes/post.njk b/_includes/post.njk index 18feab3..b2ff93b 100644 --- a/_includes/post.njk +++ b/_includes/post.njk @@ -3,11 +3,6 @@ layout: base.njk ---
- {% if not released %} -
- ⚠️ This post is still a draft and may be incomplete or subject to changes. -
- {% endif %}

{{ title }}

diff --git a/_includes/recipe.njk b/_includes/recipe.njk index 9f92965..f0a529e 100644 --- a/_includes/recipe.njk +++ b/_includes/recipe.njk @@ -2,11 +2,6 @@ layout: base.njk ---
- {% if isDraft %} -
- ⚠️ This recipe is still a draft and may be incomplete or subject to changes. -
- {% endif %}

{{ title }}

{% if isDraft %} diff --git a/css/style.css b/css/style.css index bd9c572..75a691b 100644 --- a/css/style.css +++ b/css/style.css @@ -319,18 +319,6 @@ a { text-decoration: none; } -/* Draft Warning Banner */ -.draft-warning-banner { - background-color: #fff3cd; - border: 1px solid #ffc107; - border-radius: 5px; - padding: 1rem; - margin-bottom: 1.5rem; - color: #856404; - font-weight: 500; - text-align: center; -} - /* Footer */ footer { margin-top: 2rem; diff --git a/posts/drafts/remove-tracking-params-from-links.md b/posts/drafts/remove-tracking-params-from-links.md index 04523fc..73fc610 100644 --- a/posts/drafts/remove-tracking-params-from-links.md +++ b/posts/drafts/remove-tracking-params-from-links.md @@ -3,14 +3,11 @@ When you open up your phone and click on or share links though websites and applications websites are secretly injecting tracking information into the pages. -While you may like this might not be that important to your life because its not relevant but the information being tracked in those links has large impacts on your life. - -TODO: explain why that is a bad thing for privacy, and personal life +explain why that is a bad thing for privacy, and personal life - you didn't consent to being tracked you just wanted to open a webpage - can be used to make targeted ads work better and influence people behavers and beliefs - can be used to track what you specifically are looking at on the internet and who you know - it can be used to track and build profiles of who knows who -- even if you agree with what the groups in power are doing right now you shouldn't just give them the tools they need to stop caring about what you think - makes links harder for people to read - saves screen space @@ -150,13 +147,7 @@ TODO: explain why that is a bad thing for privacy, and personal life
- https://eggsexposed.com -
-
- http://www.example.com:8080/products/shoes?utm_source=facebook&utm_campaign=summer_sale&fbclid=abc123#reviews -
-
- ftp://192.168.0.2:20/lambda/documents + https://www.example.com:443/products/shoes?utm_source=facebook&utm_campaign=summer_sale&fbclid=abc123#reviews