diff options
-rw-r--r-- | projects.scm | 5 |
1 files changed, 4 insertions, 1 deletions
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)" |