diff options
Diffstat (limited to 'pages/blog')
-rw-r--r-- | pages/blog/feed.rss | 20 | ||||
-rw-r--r-- | pages/blog/finding-a-safe-space.html | 34 |
2 files changed, 43 insertions, 11 deletions
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> |