diff options
author | David Thompson <dthompson@vistahigherlearning.com> | 2020-10-09 08:42:30 -0400 |
---|---|---|
committer | David Thompson <dthompson@vistahigherlearning.com> | 2020-10-09 08:42:30 -0400 |
commit | 0d150c3d6dbc0e02372dc4cee217c7effc273577 (patch) | |
tree | 56366ab0561c300333b30d444372aaf67615798e | |
parent | 70b464724efde0dc902b0b20d8483a03aaa30a2e (diff) |
Fix haunt URL in footer.
-rw-r--r-- | haunt.scm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -116,7 +116,7 @@ (p "The text and images on this site are free culture works available under the " ,%cc-by-sa-link " license.") (p "This website is built with " - (a (@ (href "http://haunt.dthompson.us")) + (a (@ (href "http://dthompson.us/projects/haunt.html")) "Haunt") ", a static site generator written in " (a (@ (href "https://gnu.org/software/guile")) |