diff options
Diffstat (limited to 'public/index.html')
-rw-r--r-- | public/index.html | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/public/index.html b/public/index.html index 9fa4930..6f42f54 100644 --- a/public/index.html +++ b/public/index.html @@ -3,6 +3,7 @@ <head> <meta charset="utf-8"> <title>Web log entries — Luke T. Shumaker</title> + <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="assets/style.css"> <link rel="alternate" type="application/atom+xml" href="./index.atom" name="web log entries"/> </head> @@ -20,6 +21,12 @@ time { } </style> <ul> +<li><time>2025-05-31</time> - <a href="./footpedal.html">My +footpedal</a></li> +<li><time>2024-07-10</time> - <a href="./relax-ng-errata.html">RELAX NG +Compact Syntax errata</a></li> +<li><time>2024-06-08</time> - <a href="./message-threading.html">Notes +on email message threading</a></li> <li><time>2023-07-10</time> - <a href="./btrfs-rec.html">Announcing: btrfs-rec: Recover (data from) a broken btrfs filesystem</a></li> <li><time>2018-02-09</time> - <a href="./posix-pricing.html">POSIX @@ -86,7 +93,8 @@ Linux’s switch to systemd means for users</a></li> <footer> <aside class="sponsor"><p>I'd love it if you <a class="em" href="/sponsor/">sponsored me</a>. It will allow me to continue - my work on the GNU/Linux ecosystem. Thanks!</p></aside> + <a class="em" href="/imworkingon/">my work</a> on the GNU/Linux + ecosystem. Thanks!</p></aside> <p>The content of this page is Copyright © <a href="mailto:lukeshu@lukeshu.com">Luke T. Shumaker</a>.</p> <p>This page is licensed under the <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a> license.</p> |