From ce86a83848cc1808bd7819f25102bfb99710eb55 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Sat, 7 Jan 2023 07:46:01 +0100 Subject: [PATCH] Add the rel=me attribute to social links --- my_theme/templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/my_theme/templates/base.html b/my_theme/templates/base.html index 0c7444e..dbb66ec 100644 --- a/my_theme/templates/base.html +++ b/my_theme/templates/base.html @@ -62,7 +62,7 @@
  • rss feed
  • {% endif %} {% for name, link in SOCIAL %} -
  • {{ name }}
  • +
  • {{ name }}
  • {% endfor %}