diff options
author | Steph Enders <steph@senders.io> | 2023-06-26 09:41:33 -0400 |
---|---|---|
committer | Steph Enders <steph@senders.io> | 2023-06-26 09:41:33 -0400 |
commit | c48d46ad4eb08f4b0d4b34cb24d1427c8f02529b (patch) | |
tree | 40ce5c5e4712d8612d680f706c2571e7a684c869 | |
parent | 7c617b9a9711feba073291ab0b3262ab1cd1232f (diff) |
Fixup - index header shouldn't be a link!
I goofed and forgot to revert that change
-rw-r--r-- | entries/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/entries/index.html b/entries/index.html index 058aa06..688056b 100644 --- a/entries/index.html +++ b/entries/index.html @@ -9,7 +9,7 @@ </head> <body> <header> - <h1><a href="/">Hello, the Woman in my Eye</a></h1> + <h1>Hello, the Woman in my Eye</h1> </header> <nav title="site menu"> <ul> |