-<!doctype html>
-<html lang="en">
- <head>
- <meta charset="utf-8">
- <meta name=viewport content="width=device-width, initial-scale=1">
- <meta name="description" content="Amin Bandali’s GPG keys,
- for sending him GPG-encrypted mail."/>
- <title>GPG Keys - Amin Bandali</title>
- <link rel="stylesheet" href="/style.css" />
- </head>
- <body>
- <header>
- <h1>Amin Bandali’s personal site</h1>
- <span id="sub">
- <a href="/">Home</a> → GPG Keys
- </span>
- </header>
-
- <main>
- <section>
- <h2 id="gpg">GPG Keys</h2>
- <p>
- If you want to send me GPG-encrypted mail, you can use my
- <a href="bandali-pubkey.txt">current key</a>:
- </p>
- <pre>
+<!--# include virtual="/common/header.html" -->
+<meta
+ name="description"
+ content="Amin Bandali’s GPG key, for sending him
+ GPG-encrypted mail."/>
+<title>GPG Key - Amin Bandali</title>
+<!--#set var="bpage" value="GPG Key" -->
+<!--# include virtual="/common/banner.html" -->
+<main>
+ <section>
+ <h2 id="gpg">GPG Key</h2>
+ <p>
+ If you want to send me GPG-encrypted mail, you can use my
+ <a href="bandali-pubkey.txt">current key</a>:
+ </p>
+ <pre>
pub rsa4096 2018-10-17 [C] [expires: 2020-10-16]
BE62 7373 8E61 6D6D 1B3A 08E8 A21A 0202 4881 6103
uid [ultimate] Amin Bandali <bandali@gnu.org>
43ED 5F7C F5EC CBDF 2552 FE98 1D52 D14E BCF3 BE08
sub rsa4096 2018-10-17 [A] [expires: 2020-10-16]
70FB 9AAD 5240 2841 2B14 8685 4040 DFEC 6EC1 3F3A
- </pre>
+ </pre>
- <p>
- You may find other keys with my name on keyservers or around
- the internet, but they are either old keys of mine that I no
- longer have access to, or not mine at all.
- </p>
- </section>
- </main>
- <footer>
- <p>
- Copyright (c) 2018 Amin Bandali<br>
- Verbatim copying and redistribution of this entire page are
- permitted provided this notice is preserved.
- </p>
- </footer>
- </body>
-</html>
+ <p>
+ You may find other keys with my name on keyservers or around
+ the internet, but they are either old keys of mine that I no
+ longer have access to, or not mine at all.
+ </p>
+ </section>
+</main>
+<!--# include virtual="/common/footer.html" -->