diff options
| author | mjfernez <mjf@mjfer.net> | 2021-12-22 16:40:46 -0500 | 
|---|---|---|
| committer | mjfernez <mjf@mjfer.net> | 2021-12-22 16:40:46 -0500 | 
| commit | d0595724cd13a2274e34a813119cf457a796af75 (patch) | |
| tree | 90a3b6d44ff929c47f05b354a5f682f6df6e30f1 /about/whyami.html | |
| parent | 3e87511c9ded4663150d6c4c4a1d829b53a16ed4 (diff) | |
| download | site-files-d0595724cd13a2274e34a813119cf457a796af75.tar.gz | |
Table of Contents! Adds some works in progress
This commit adds a table of contents generated in the panupdate script.
It also changes some links on the homepage to conform with removing
'/site' as the parent directory
Diffstat (limited to 'about/whyami.html')
| -rw-r--r-- | about/whyami.html | 19 | 
1 files changed, 19 insertions, 0 deletions
| diff --git a/about/whyami.html b/about/whyami.html index a94240c..e181213 100644 --- a/about/whyami.html +++ b/about/whyami.html @@ -1,4 +1,23 @@ +<!DOCTYPE html> +<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang=""> +<head> +  <meta charset="utf-8" /> +  <meta name="generator" content="pandoc" /> +  <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" /> +  <title>whyami</title> +  <style> +    code{white-space: pre-wrap;} +    span.smallcaps{font-variant: small-caps;} +    span.underline{text-decoration: underline;} +    div.column{display: inline-block; vertical-align: top; width: 50%;} +    div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;} +    ul.task-list{list-style: none;} +  </style> +</head> +<body>  <center>  <p>We are here on Earth to fart around. Don't let anybody tell you any different.</p>  -- <em>Kurt Vonnegut, from A man without a country.</em>  </center> +</body> +</html> | 
