summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--posts/a-new-look.md4
-rw-r--r--posts/new-features-in-weltschmerz.md4
-rw-r--r--posts/weltschmerz.md2
-rw-r--r--templates/atom.xml2
-rw-r--r--templates/index.xml2
5 files changed, 7 insertions, 7 deletions
diff --git a/posts/a-new-look.md b/posts/a-new-look.md
index 2d6c4d3..8b1a8c9 100644
--- a/posts/a-new-look.md
+++ b/posts/a-new-look.md
@@ -2,7 +2,7 @@ title: A New Look, Some Updates
date: 2020-06-13
author: Wynn Wolf Arbor
-It has now been approximately [one year](beton-brut.html) since the
+It has now been approximately [one year](beton-brut) since the
initial publication of this site and its new design. Looking through the
[commits](https://git.oriole.systems/site/log/?qt=grep&q=css%3A) that
changed the CSS I can't see any big changes; overall the core design
@@ -38,7 +38,7 @@ and personal history.
## git-http-backend(1)
-As [mentioned](the-long-journey-to-cgit.html#Future%20work) in the
+As [mentioned](the-long-journey-to-cgit#Future%20work) in the
previous post, an outstanding item for
[git.oriole.systems](https://git.oriole.systems) was support for the
"smart"[^1] HTTP protocol as supplied by
diff --git a/posts/new-features-in-weltschmerz.md b/posts/new-features-in-weltschmerz.md
index f189909..b0a0d04 100644
--- a/posts/new-features-in-weltschmerz.md
+++ b/posts/new-features-in-weltschmerz.md
@@ -3,7 +3,7 @@ date: 2020-04-13
author: Wynn Wolf Arbor
Over the past few weeks I have been working on bringing a few new
-features to [weltschmerz](weltschmerz.html), my terminal emulator. One
+features to [weltschmerz](weltschmerz), my terminal emulator. One
of them is the addition of a major VTE feature that I had overlooked
when I first prototyped it: The support for **OSC 8 hyperlinks**.
@@ -17,7 +17,7 @@ management code to make future changes and additions easier. These
improvements include a small bug fix, but are otherwise invisible to the
end user.
-Head on over to the [project page](weltschmerz.html) to get the newest
+Head on over to the [project page](weltschmerz) to get the newest
version right away, or read on to take a closer look at each new
feature.
diff --git a/posts/weltschmerz.md b/posts/weltschmerz.md
index 06ea99d..0d46849 100644
--- a/posts/weltschmerz.md
+++ b/posts/weltschmerz.md
@@ -20,7 +20,7 @@ terminal emulator for daily use.
- [weltschmerz-1.3.0.tar.gz](/snapshots/weltschmerz/weltschmerz-1.3.0.tar.gz)
([signature](/snapshots/weltschmerz/weltschmerz-1.3.0.tar.gz.SHA256.sig),
[checksum](/snapshots/weltschmerz/weltschmerz-1.3.0.tar.gz.SHA256),
- [verify?](verify-with-signify.html),
+ [verify?](verify-with-signify),
[archive](/snapshots/weltschmerz))
- [Git repository](https://git.oriole.systems/weltschmerz)
diff --git a/templates/atom.xml b/templates/atom.xml
index 2f1de9f..179b3fe 100644
--- a/templates/atom.xml
+++ b/templates/atom.xml
@@ -6,6 +6,6 @@
<updated />
<id />
<entry data-sblg-entry="1" data-sblg-forall="1" data-sblg-content="1" data-sblg-altlink="1"
- data-sblg-altlink-fmt="https://oriole.systems/${sblg-base}.html" />
+ data-sblg-altlink-fmt="https://oriole.systems/${sblg-base}" />
</feed>
diff --git a/templates/index.xml b/templates/index.xml
index 54f2245..c9197c0 100644
--- a/templates/index.xml
+++ b/templates/index.xml
@@ -42,7 +42,7 @@
<nav data-sblg-nav="true" data-sblg-navcontent="true">
<article>
<time>${sblg-date}</time>
- <a href="${sblg-base}.html">${sblg-titletext}</a>
+ <a href="${sblg-base}">${sblg-titletext}</a>
</article>
</nav>
</main>