From 2f5bf48b42f464bb572ffa0f245dfde319c5565b Mon Sep 17 00:00:00 2001 From: Leyla Becker Date: Thu, 19 Feb 2026 17:37:55 -0600 Subject: [PATCH] feat: added tags to post --- eleventy.config.js | 2 +- posts/remove-tracking-params-from-links.md | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/eleventy.config.js b/eleventy.config.js index 969de5b..a9ac6bc 100644 --- a/eleventy.config.js +++ b/eleventy.config.js @@ -58,7 +58,7 @@ const isReleased = (post) => { } const markdownItHashtag = (md) => { - const hashtagRegex = /^#([a-zA-Z][a-zA-Z0-9_\\\\/]*)(?![a-zA-Z0-9_-])/; + const hashtagRegex = /^#([a-zA-Z][a-zA-Z0-9_\\\\/\-]*)(?![a-zA-Z0-9_-])/; const HASH_CODE = '#'.charCodeAt(0); const SPACE_CODE = ' '.charCodeAt(0); diff --git a/posts/remove-tracking-params-from-links.md b/posts/remove-tracking-params-from-links.md index d1246a1..6dad539 100644 --- a/posts/remove-tracking-params-from-links.md +++ b/posts/remove-tracking-params-from-links.md @@ -920,4 +920,6 @@ You can also use web tools that you can give a URL and it will clean it for you: - \ No newline at end of file + + +#privacy #tracking #surveillance #digital-rights #activism #data-collection #security \ No newline at end of file