From 1f26bd0b71a8b3b8f668862468486f71c4ae3e83 Mon Sep 17 00:00:00 2001 From: Hunter Turcin Date: Wed, 4 Dec 2024 19:20:50 -0600 Subject: [PATCH] Add Itaku as a social site --- weasyl/macro.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/weasyl/macro.py b/weasyl/macro.py index c82334b5c..f0ed4e306 100644 --- a/weasyl/macro.py +++ b/weasyl/macro.py @@ -205,6 +205,10 @@ def get_mod_actions(item, content_type): "name": "Inkbunny", "url": "https://inkbunny.net/%s", }, + "itaku": { + "name": "Itaku", + "url": "https://itaku.ee/profile/%s", + }, "reddit": { "name": "reddit", "url": "https://www.reddit.com/user/%s",