blob: c34df7d8447806bdb22947c88a83b2843ca7a182 (
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
|
<!DOCTYPE html>
<html>
<head>
<title>Posts</title>
<link rel="stylesheet" href="/resources/style.css"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<nav>
<a href="/">Home</a>
<a href="/about.html">About</a>
<a href="/changelog.html">Changelog</a>
<a href="/posts/">Posts</a>
</nav>
<h1>
Posts
</h1>
<h2>2022</h2>
<ul>
<li>July 29: <a href="/posts/07_29_2022-on-communities-and-trust.html">On Communities and Trust</a></li>
<li>August 1: <a href="/posts/08_01_2022-thoughts-on-neovim.html">Thoughts on Neovim</a></li>
</ul>
</body>
</html>
|