diff options
Diffstat (limited to 'pages')
-rw-r--r-- | pages/blog.html | 6 | ||||
-rw-r--r-- | pages/blog/feed.rss | 13 | ||||
-rw-r--r-- | pages/blog/it-was-never-about-clothes.html | 34 | ||||
-rw-r--r-- | pages/index.html | 2 |
4 files changed, 52 insertions, 3 deletions
diff --git a/pages/blog.html b/pages/blog.html index 1b11d2b..225274c 100644 --- a/pages/blog.html +++ b/pages/blog.html @@ -54,6 +54,12 @@ - Finding a safe space </a> </li> + <li> + <a href="/blog/it-was-never-about-clothes.html"> + <time datetime="2023-07-14">2023-07-14</time> + - It was never about clothes + </a> + </li> <!-- NEXT --> </article> </main> diff --git a/pages/blog/feed.rss b/pages/blog/feed.rss index ca03008..4764388 100644 --- a/pages/blog/feed.rss +++ b/pages/blog/feed.rss @@ -7,8 +7,8 @@ <copyright>2023 thewomaninmyeye dot org - CC BY-SA 4.0</copyright> <language>en-US</language> <ttl>60</ttl> - <lastBuildDate>Thu, 06 Jul 2023 11:35:46 -0400</lastBuildDate> - <pubDate>Thu, 06 Jul 2023 11:35:46 -0400</pubDate> + <lastBuildDate>Fri, 14 Jul 2023 17:17:36 -0400</lastBuildDate> + <pubDate>Fri, 14 Jul 2023 17:17:36 -0400</pubDate> <item> <title>All signs point to her</title> <link>https://thewomaninmyeye.org/blog/all-signs-point-to-her.html</link> @@ -27,5 +27,14 @@ {finding-a-safe-space} </description> </item> + <item> + <title>It was never about clothes</title> + <link>https://thewomaninmyeye.org/blog/it-was-never-about-clothes.html</link> + <guid isPermaLink="true">https://thewomaninmyeye.org/blog/it-was-never-about-clothes.html</guid> + <pubDate>Fri, 14 Jul 2023 17:17:36 -0400</pubDate> + <description> + {it-was-never-about-clothes} + </description> + </item> </channel> </rss> diff --git a/pages/blog/it-was-never-about-clothes.html b/pages/blog/it-was-never-about-clothes.html new file mode 100644 index 0000000..dc2168f --- /dev/null +++ b/pages/blog/it-was-never-about-clothes.html @@ -0,0 +1,34 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <title>The Woman in my Eye</title> + {head-common} + <meta name="description" + content="My personal journey with cross-dressing and separating being trans from a fetish."> +</head> +<body> + <header> + <h1>What is it about, 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> + {it-was-never-about-clothes} + </main> + {footer} +</body> +</html> diff --git a/pages/index.html b/pages/index.html index 6e69e1c..987ec18 100644 --- a/pages/index.html +++ b/pages/index.html @@ -36,7 +36,7 @@ </article> <article> <h2>Recent Post</h2> - {finding-a-safe-space} + {it-was-never-about-clothes} </article> </main> {footer} |