From a8454e9a31ae9280c71cb572da395c157226c6ad Mon Sep 17 00:00:00 2001
From: Cassie Jones <code@witchoflight.com>
Date: Fri, 3 Dec 2021 15:53:47 -0500
Subject: [PATCH] Add some microdata for fun

---
 index.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/index.html b/index.html
index 998ee78..531cbb5 100644
--- a/index.html
+++ b/index.html
@@ -48,8 +48,8 @@ nav * { font-size: 32px; }
       <div class="sp"></div>
       <a href="https://blog.witchoflight.com">Blog</a>
     </nav>
-    <p>
-      <strong>Cassie Jones</strong> (<a href="https://pronoun.is/they/them?or=she/her">they/them or she/her</a>)<br>
+    <p itemscope itemtype="https://schema.org/Person">
+      <strong itemprop="name">Cassie Jones</strong> (<a itemprop="pronouns" href="https://pronoun.is/they/them?or=she/her">they/them or she/her</a>)<br>
     </p>
     <p>
       <a href="https://be-the.witchoflight.com">Witch of Light.</a>
-- 
2.47.0