blob: 4f91eb250d78520a60d6eabbf30de8c3c224df2e (
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
|
<!doctype html>
<html>
<head>
<meta name="description"
content="Personal blog of Marc." />
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="css/main.css" />
<title>߸</title>
</head>
<div style="display: flex; flex-direction: column;" class="">
<h2 class="code side-margin" style="color: black; margin-bottom: 6px;font-weight: 700">mccd ߸</h2>
<div class="side-margin code" style="font-size: 12px; margin-bottom: 6px; line-height:1.3; ">
<p style="margin:0">pub   rsa4096 2023-09-22 [SC]</p>
<div style="display: flex; gap: 8px;">
<a style="color:grey" href="/assets/public-key.asc" style="margin:0; ">2F30</a>
<a style="color:grey" href="/assets/public-key.asc" style="margin:0; ">1709</a>
<a style="color:grey" href="/assets/public-key.asc" style="margin:0; ">2782</a>
<a style="color:grey" href="/assets/public-key.asc" style="margin:0; ">FD05</a>
<a style="color:grey" href="/assets/public-key.asc" style="margin:0; ">CCCF</a>
<a style="color:grey" href="/assets/public-key.asc" style="margin:0; ">7964</a>
<a style="color:grey" href="/assets/public-key.asc" style="margin:0; ">647E</a>
<a style="color:grey" href="/assets/public-key.asc" style="margin:0; ">396D</a>
<a style="color:grey" href="/assets/public-key.asc" style="margin:0; ">1F4E</a>
<a style="color:grey" href="/assets/public-key.asc" style="margin:0; ">AE7B</a>
</div>
<p style="margin:0">uid              Marc  Coquand  <<a style="color:grey" href="mailto:marc@mccd.space">marc@mccd.space</a>></p>
</div>
<div class="front-text side-margin" style="display: flex; margin-bottom: 24px; align-items: center; font-size: 12px;">
<a class="link" style="margin-right: 0.5rem;" href="https://fosstodon.org/@marcc">mastodon</a>
<a class="link" style="margin-right: 0.5rem;" href="/feed.xml">rss</a>
<a class="link" style="margin-right: 0.5rem;" href="https://git.mccd.space">git</a>
</div>
{% for post in collections.post | reverse %}
<div class="side-margin">
<div style="display: flex; align-items: center; ">
<p class="code date" style="margin-right: 0.8rem; font-size: 14px; margin-top: 6px; margin-bottom: 0px">{{post.date.toLocaleDateString("en-GB").replaceAll("/","-")}}</p>
<a style="display: flex; font-size: 14px" class="link front-text" href="{{ post.url | url }}">{{post.data.title}}</a>
</div>
</div>
{% endfor %}
</div>
</head>
|