diff options
author | Steph Enders <steph@senders.io> | 2023-07-06 13:41:14 -0400 |
---|---|---|
committer | Steph Enders <steph@senders.io> | 2023-07-06 13:41:14 -0400 |
commit | 249f97aa679cc2ecca57a70840cccfc10271cf7e (patch) | |
tree | e7aae30f88e7ba7f8d77a0dc040699817457c852 | |
parent | c2aa1ceca91c06b2a97e3b985a0d67c33623592a (diff) |
Fix title and update index to reflect new post
-rw-r--r-- | entries/finding-a-safe-space.html | 2 | ||||
-rw-r--r-- | pages/index.html | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/entries/finding-a-safe-space.html b/entries/finding-a-safe-space.html index 04e7058..3ee6676 100644 --- a/entries/finding-a-safe-space.html +++ b/entries/finding-a-safe-space.html @@ -1,6 +1,6 @@ <article> <header> - <h2>The importance of a safe space</h2> + <h2>Finding a safe space</h2> </header> <p>The world isn't ideal, in fact, it's the opposite: messy, grey, and well, messy. So its ever more important to have a safe space where you can go and be sure you'll be okay.</p> <p>There are many ways in which you can build a safe space but the tenets are the same regardless:</p> diff --git a/pages/index.html b/pages/index.html index f6229cd..6e69e1c 100644 --- a/pages/index.html +++ b/pages/index.html @@ -35,8 +35,8 @@ works!</p> </article> <article> - <h2> Recent Post </h2> - {all-signs-point-to-her} + <h2>Recent Post</h2> + {finding-a-safe-space} </article> </main> {footer} |