diff options
| author | tslil clingman <> | 2021-04-20 14:28:32 -0400 |
|---|---|---|
| committer | tslil clingman <> | 2021-04-20 14:28:32 -0400 |
| commit | 0566a48a340793a57d8af5ba6996a973908e0eae (patch) | |
| tree | 62be50905feeaa1b336335bf03d28fee5841a5c6 | |
| parent | b52b33d976ac3673605c8cafb56d47c667865d5b (diff) | |
Repaired some links, added HTML templates for static site generation
| -rw-r--r-- | dwm.gmi | 2 | ||||
| -rw-r--r-- | html_footer.html | 3 | ||||
| -rw-r--r-- | html_header.html | 13 | ||||
| -rw-r--r-- | split-keys.gmi | 2 |
4 files changed, 18 insertions, 2 deletions
@@ -1,6 +1,6 @@ Time-stamp: <2020-09-04 15h31 EDT> This post is part of my Qubes OS content. -=> qubes-index.gmi Index of Qubes content +=> gemini://l-3.space/qubes-index.gmi Index of Qubes content # Why tiling diff --git a/html_footer.html b/html_footer.html new file mode 100644 index 0000000..d60cd58 --- /dev/null +++ b/html_footer.html @@ -0,0 +1,3 @@ +<p><i>Automatically generated from the Gemini capsule <a href="gemini://l-3.space">gemini://l-3.space</a></i></p> +</body> +</html> diff --git a/html_header.html b/html_header.html new file mode 100644 index 0000000..630498f --- /dev/null +++ b/html_header.html @@ -0,0 +1,13 @@ +<!-- Time-stamp: 2018-12-17 18:38:25 (tslil) --> + +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> + +<head> + <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> + <meta name="viewport" content="width=device-width, initial-scale=1" /> + <title>l-3.space</title> +</head> + +<body> diff --git a/split-keys.gmi b/split-keys.gmi index be81648..334c030 100644 --- a/split-keys.gmi +++ b/split-keys.gmi @@ -1,6 +1,6 @@ Time-stamp: <2020-09-02 14h33 EDT> This post is part of my Qubes OS content. -=> qubes-index.gmi Index of Qubes content +=> gemini://l-3.space/qubes-index.gmi Index of Qubes content # Qubes split-SSH |
