From e7ec3930fcf3424cab5b523328bfe890e122f30c Mon Sep 17 00:00:00 2001 From: jessebot Date: Sat, 11 Jan 2025 21:15:05 +0100 Subject: [PATCH] add fediverse link --- tiny_personal_website/templates/header_main.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tiny_personal_website/templates/header_main.html b/tiny_personal_website/templates/header_main.html index 96cd69b..5f66107 100644 --- a/tiny_personal_website/templates/header_main.html +++ b/tiny_personal_website/templates/header_main.html @@ -8,6 +8,11 @@ + {% for lnk in social_links %} + {% if lnk == "fediverse" %} + + {% endif %} + {% endfor %}