diff options
author | David Thompson <dthompson@vistahigherlearning.com> | 2020-10-09 08:43:04 -0400 |
---|---|---|
committer | David Thompson <dthompson@vistahigherlearning.com> | 2020-10-09 08:43:04 -0400 |
commit | edeabce4c7cc082fcb94eef574334f362d557fed (patch) | |
tree | 216ec2e6564dc8907b5076e9e71a69977abff54e | |
parent | 0d150c3d6dbc0e02372dc4cee217c7effc273577 (diff) |
Use https for 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://dthompson.us/projects/haunt.html")) + (a (@ (href "https://dthompson.us/projects/haunt.html")) "Haunt") ", a static site generator written in " (a (@ (href "https://gnu.org/software/guile")) |