enable and use SSI for ‘common’ bits used in all pages
[~bandali/bndl.org] / gpg.html
index fbd1f95..b548081 100644 (file)
--- a/gpg.html
+++ b/gpg.html
@@ -1,29 +1,19 @@
-<!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&rsquo;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&rsquo;s personal site</h1>
-      <span id="sub">
-        <a href="/">Home</a> &rarr; 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&rsquo;s GPG keys, for sending him
+        GPG-encrypted mail."/>
+<title>GPG Keys - Amin Bandali</title>
+<!--#set var="bpage" value="GPG Keys" -->
+<!--# include virtual="/common/banner.html" -->
+<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>
 pub   rsa4096 2018-10-17 [C] [expires: 2020-10-16]
       BE62 7373 8E61 6D6D 1B3A  08E8 A21A 0202 4881 6103
 uid           [ultimate] Amin Bandali &lt;bandali@gnu.org&gt;
@@ -33,21 +23,13 @@ sub   rsa4096 2018-10-17 [E] [expires: 2020-10-16]
       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" -->