From 95eb596d6368135214a47c4728dc08824ced3344 Mon Sep 17 00:00:00 2001
From: castle-giant <138089971+castle-giant@users.noreply.github.com>
Date: Wed, 11 Feb 2026 21:50:39 +0000
Subject: [PATCH 1/2] Add rel="me" to notmyproblem them template base to
support verification on social media, web signin, etc
---
pelican/themes/notmyidea/templates/base.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pelican/themes/notmyidea/templates/base.html b/pelican/themes/notmyidea/templates/base.html
index e5fabb09..15d6d413 100644
--- a/pelican/themes/notmyidea/templates/base.html
+++ b/pelican/themes/notmyidea/templates/base.html
@@ -62,7 +62,7 @@
{% endif %}
{% for name, link in SOCIAL %}
-
{{ name }}
+ {{ name }}
{% endfor %}
From 885a868b5e1e12f4a359163e597202506a0a072c Mon Sep 17 00:00:00 2001
From: castle-giant <138089971+castle-giant@users.noreply.github.com>
Date: Mon, 30 Mar 2026 09:33:26 -0500
Subject: [PATCH 2/2] Update base.html
Remove extra quotemark
---
pelican/themes/notmyidea/templates/base.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pelican/themes/notmyidea/templates/base.html b/pelican/themes/notmyidea/templates/base.html
index 15d6d413..a99e98a5 100644
--- a/pelican/themes/notmyidea/templates/base.html
+++ b/pelican/themes/notmyidea/templates/base.html
@@ -62,7 +62,7 @@
{% endif %}
{% for name, link in SOCIAL %}
- {{ name }}
+ {{ name }}
{% endfor %}