diff options
author | Steph Enders <steph@senders.io> | 2023-07-06 11:51:06 -0400 |
---|---|---|
committer | Steph Enders <steph@senders.io> | 2023-07-06 11:53:07 -0400 |
commit | 29f8e82bf3722033b5118c6877653b613489b0b1 (patch) | |
tree | d89cc321376a821a96376140f85d208e8002754f /pages | |
parent | 8c75b82a28f79f3adb74fa392cbef222d8228320 (diff) |
Add new post finding-a-safe-space
Diffstat (limited to 'pages')
-rw-r--r-- | pages/blog.html | 6 | ||||
-rw-r--r-- | pages/blog/feed.rss | 20 | ||||
-rw-r--r-- | pages/blog/finding-a-safe-space.html | 34 |
3 files changed, 49 insertions, 11 deletions
diff --git a/pages/blog.html b/pages/blog.html index 26a1aa7..1b11d2b 100644 --- a/pages/blog.html +++ b/pages/blog.html @@ -48,6 +48,12 @@ - All signs point to her </a> </li> + <li> + <a href="/blog/finding-a-safe-space.html"> + <time datetime="2023-07-06">2023-07-06</time> + - Finding a safe space + </a> + </li> <!-- NEXT --> </article> </main> diff --git a/pages/blog/feed.rss b/pages/blog/feed.rss index 086f128..ca03008 100644 --- a/pages/blog/feed.rss +++ b/pages/blog/feed.rss @@ -7,27 +7,25 @@ <copyright>2023 thewomaninmyeye dot org - CC BY-SA 4.0</copyright> <language>en-US</language> <ttl>60</ttl> - <lastBuildDate>Tue, 27 2023 00:00:00 -0500</lastBuildDate> - <pubDate>Tue, 27 Feb 2023 00:00:00 -0500</pubDate> + <lastBuildDate>Thu, 06 Jul 2023 11:35:46 -0400</lastBuildDate> + <pubDate>Thu, 06 Jul 2023 11:35:46 -0400</pubDate> <item> <title>All signs point to her</title> <link>https://thewomaninmyeye.org/blog/all-signs-point-to-her.html</link> <guid isPermaLink="true">https://thewomaninmyeye.org/blog/all-signs-point-to-her.html</guid> - <pubDate>Tue, 27 Feb 2023 00:00:00 -0500</pubDate> + <pubDate>Tue, 27 Jun 2023 00:00:00 -400</pubDate> <description> {all-signs-point-to-her} </description> </item> -<!-- <item> - <title>#TITLE</title> - <link>#LINK</link> - <guid isPermaLink="true">#PERMALINK</guid> - <pubDate>#PUBDATE</pubDate> + <title>Finding a safe space</title> + <link>https://thewomaninmyeye.org/blog/finding-a-safe-space.html</link> + <guid isPermaLink="true">https://thewomaninmyeye.org/blog/finding-a-safe-space.html</guid> + <pubDate>Thu, 06 Jul 2023 11:35:46 -0400</pubDate> <description> - <![CDATA[]]> + {finding-a-safe-space} </description> - </item> ---> + </item> </channel> </rss> diff --git a/pages/blog/finding-a-safe-space.html b/pages/blog/finding-a-safe-space.html new file mode 100644 index 0000000..4e14158 --- /dev/null +++ b/pages/blog/finding-a-safe-space.html @@ -0,0 +1,34 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <title>Being safe - The Woman in my Eye</title> + {head-common} + <meta name="description" + content="A writeup about the importance of finding a safe space and some things to look for in a safe space."> +</head> +<body> + <header> + <h1>Be safe, says the Woman in my Eye</h1> + </header> + <nav title="site menu"> + <ul> + <li> + <a href='/'>home</a> + </li> + <li> + <a href='/resources'>resources</a> + </li> + <li> + <a href='/about'>about</a> + </li> + <li> + <a href='/blog'>blog</a> + </li> + </ul> + </nav> + <main> + {finding-a-safe-space} + </main> + {footer} +</body> +</html> |