From 6833ed4474f9335abc7156557b84adc63c3dba10 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Sun, 11 Apr 2021 09:57:46 +0200 Subject: website: Add /software. --- website/haunt.scm | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'website/haunt.scm') diff --git a/website/haunt.scm b/website/haunt.scm index 289d0b5..a8b6a35 100644 --- a/website/haunt.scm +++ b/website/haunt.scm @@ -1,5 +1,6 @@ ;;; The GNU Assembly Web Site ;;; Copyright © 2021 Ludovic Courtès +;;; Copyright © 2021 Ricardo Wurmus ;;; ;;; This program is free software; you can redistribute it and/or modify it ;;; under the terms of the GNU General Public License as published by @@ -87,6 +88,8 @@ (ul (li (a (@ (href ,(base-url "/"))) "About")) + (li (a (@ (href ,(base-url "/software"))) + "Software")) (li (a (@ (href ,(base-url "/blog"))) "Blog")) (li (a (@ (href ,(base-url "/blog/feed.xml"))) @@ -130,6 +133,8 @@ representation." (list (markdown-page "index.html" "index.md") + (markdown-page "/software/index.html" + "software.md") (markdown-page "/en/documents/free-software/index.html" "free-software.md") (markdown-page "/en/documents/code-of-conduct/index.html" -- cgit v1.2.1