blob: dfb2bfa0ca24a8d01a6b1ba3436bbccb3974dc93 (
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
|
<!DOCTYPE html>
<html lang="en-GB">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="/reset.css" />
<link rel="stylesheet" href="/base.css" />
<link rel="stylesheet" href="/hcard.css" />
</head>
<body>
<section class="h-feed">
<h1 class="p-name">
My blog
</h1>
<aside>
<p>
This blog is written by <a class="p-author h-card" href="/">Joe Carstairs</a>
</p>
<p>
<a class="u-url" href="https://joeac.net/blog">Permalink</a>
</p>
</aside>
<ul>
<li>
2024
<ul>
<li class="h-entry">
<a class="u-url p-name" href="/blog/2024/01/14/sapiens_on_religion">
Harari’s <i>Sapiens</i> on Religion
</a>
</li>
<li class="h-entry">
<a class="u-url p-name" href="/blog/2024/01/29/euhwc_toast_to_lasses_2024">
EUHWC Toast to the Lasses
</a>
</li>
</ul>
</li>
</ul>
</section>
</body>
</html>
|