From 74e8e1ad4d02d1c2e39302b5bf2c85ec88c99ad5 Mon Sep 17 00:00:00 2001 From: hitlerrip Date: Mon, 28 Jul 2025 14:49:07 +0200 Subject: init created the initial version of my website build script --- con/links.lua | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 con/links.lua (limited to 'con/links.lua') diff --git a/con/links.lua b/con/links.lua new file mode 100644 index 0000000..310c09d --- /dev/null +++ b/con/links.lua @@ -0,0 +1,5 @@ +function Link(el) + el.attributes['target'] = "_blank" + el.attributes['rel'] = "noopener noreferrer" + return el +end -- cgit v1.2.3