summaryrefslogtreecommitdiff
path: root/haunt/pages/about.sxml
diff options
context:
space:
mode:
authorJakob L. Kreuze <zerodaysfordays@sdf.org>2023-08-05 18:34:56 -0400
committerJakob L. Kreuze <zerodaysfordays@sdf.org>2023-08-05 18:34:56 -0400
commit9e38628123fe106cda7f5845ce53fa0cd4ea25c0 (patch)
treeffdfcb22fe57a7dcfa54aa795bef505d8a039016 /haunt/pages/about.sxml
parent9e9cdf183580f29756292748433c28cf23c0b147 (diff)
[pages] Implement changelog
Diffstat (limited to 'haunt/pages/about.sxml')
-rw-r--r--haunt/pages/about.sxml4
1 files changed, 3 insertions, 1 deletions
diff --git a/haunt/pages/about.sxml b/haunt/pages/about.sxml
index 8d59ea8..bac23e1 100644
--- a/haunt/pages/about.sxml
+++ b/haunt/pages/about.sxml
@@ -55,4 +55,6 @@ received it. SDF has discontinued mail service on that domain. As such, "
(section (h4 ,(hyperlink "/blogroll" "Blogroll"))
(p "A noncomprehensive list of the blogs I follow."))
(section (h4 ,(hyperlink "/bookmark" "Bookmarks"))
- (p "Collection of some things that I especially enjoyed reading.")))))
+ (p "Collection of some things that I especially enjoyed reading."))
+ (section (h4 ,(hyperlink "/pages/changelog.html" "Changelog"))
+ (p "A record of any notable user-facing changes made to this website.")))))