aboutsummaryrefslogtreecommitdiff
path: root/_includes/post.njk
blob: 8ddb01ba88aec5198661015da8d4334b37401816 (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
---
title: My Rad Blog
tag: post
---

<!doctype html>
<html lang="en">

<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="description"
        content="Personal blog of Marc Coquand." />
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1" />
    <link rel="stylesheet" href="../../css/main.css" />
    <title>{{ title }}</title>
</head>

<body style="overflow-y: scroll; overflow-x: scroll; display: flex; flex-direction: column;">
  <div class="intro" style="margin-top: 5px;">
       <a href="/" class="code side-margin" style="color: black; margin-bottom: 0px; font-weight: 700; margin-top: 5px; font-size: 14px; line-height: 1.5">mccd</a>
       <div class="side-margin code" style="font-size: 12px; margin-bottom: 0px; line-height:1.3; ">
         <p style="margin:0">pub&ensp;&ensp;&ensp;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 &ensp; &ensp; &ensp; &ensp; &ensp; &ensp; &ensp;Marc &ensp;Coquand &ensp;&lt;<a style="color:grey" href="mailto:marc@mccd.space">marc@mccd.space</a>&gt;</p>
       </div>
       <div class="front-text side-margin" style="display: flex; margin-bottom: 16px; 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>
    </div>

    <div class="content side-margin" style=" display: flex; flex-direction: column; padding-bottom: 5rem; max-width: 40rem; padding-right: 1rem">
      <h1>{{title}}</h1>
      {{ content | safe }}
    </div>
  </body>
</head>