blob: 1b11d2bd52a00e5411b2c2c3d3847ad7db6d1ad9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
|
<!DOCTYPE html>
<html lang="en">
<head>
<title>The Woman in my Eye's Blog</title>
{head-common}
<meta name="description"
content="Blog entries from the woman in my eye.">
</head>
<body>
<header>
<h1>The Woman in my Eye's Blog</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>
</ul>
</nav>
<main>
<article>
<h2>Info</h2>
<p>Each entry is available on RSS as well. Check it out at:
<a href="/blog/feed.rss" rel="noopener" target="_blank">
/blog/feed.rss
</a>. This will contain each of the entries listed below!
</p>
<p> You can also find it on gemini:
<a href="gemini://thewomaninmyeye.org/log/"
rel="noopener external" target="_blank">
gemini://thewomaninmyeye.org/log/
</a> (<a href="https://gemini.circumlunar.space/docs/faq.gmi"
rel="noopener external" target="_blank">What is gemini? (Project FAQ)</a>)
</p>
</article>
<article>
<h2>Entries</h2>
<ul>
<li>
<a href="/blog/all-signs-point-to-her.html">
<time datetime="2023-06-27">2023-06-27</time>
- 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>
{footer}
</body>
</html>
|