From 09d986130f518eaa1b73a6c5e59f201e1716fb15 Mon Sep 17 00:00:00 2001 From: Hazel Snider Date: Wed, 2 Dec 2020 19:32:54 -0500 Subject: [PATCH] Remove reduntant hellsite link in index --- content/_index.md | 14 ++++++++------ templates/index.html | 1 - 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/content/_index.md b/content/_index.md index e5720b4..6f1fa2b 100644 --- a/content/_index.md +++ b/content/_index.md @@ -2,13 +2,15 @@ +++ # Hewwo + I am Hazel. I think I am pretty neat. I make and do stuff sometimes. I do not know how to talk about myself with sentences so I guess that is that. ## Elsewhere I Exist -| | | -|-|-| -| Email: | [hazelra@disroot.org](mailto:hazelra@disroot.org) | -| Github: | | -| itch.io: | | -| Fedi: | [@hazel@hellsite.site](https://hellsite.site/@hazel) | + +| | | +| -------- | ------------------------------------------------------------------------ | +| Email: | [hazelra@disroot.org](mailto:hazelra@disroot.org) | +| Github: | | +| itch.io: | | +| Fedi: | @hazel@hellsite.site | diff --git a/templates/index.html b/templates/index.html index 58452d6..bd58906 100644 --- a/templates/index.html +++ b/templates/index.html @@ -4,5 +4,4 @@ {% block content %} {{ section.content | safe }} - {% endblock content %}