From 1d1d6ccae479193619c11a65f399298bbca05c25 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Wed, 1 Dec 2021 08:58:05 -0500 Subject: projects: haunt: Link to awesome.haunt.page. --- projects.scm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/projects.scm b/projects.scm index 83cc0a0..e0c61b0 100644 --- a/projects.scm +++ b/projects.scm @@ -200,7 +200,10 @@ out-of-the-box.")) (p "Run " (code "haunt serve") " to a launch a web server to preview your work.") (p "Open " ,(anchor "http://localhost:8080") " in your web browser -and smile, because you've just generated your first Haunt site!")) +and smile, because you've just generated your first Haunt site!") + (p "Check out other sites built with Haunt over at " + ,(anchor "awesome.haunt.page" "https://awesome.haunt.page/") + "!")) #:requirements '("GNU Guile >= 2.0" "guile-commonmark (for Markdown support, optional)" -- cgit v1.2.3