diff options
Diffstat (limited to 'haunt/pages/about.sxml')
| -rw-r--r-- | haunt/pages/about.sxml | 4 |
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."))))) |