From 8c79798252b6b09817c39b6988e096d014585455 Mon Sep 17 00:00:00 2001 From: Nicolas Paul Date: Wed, 26 Apr 2023 21:08:50 +0200 Subject: Add documentation site --- template.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'template.go') diff --git a/template.go b/template.go index 8bca4fd..fef5e0f 100644 --- a/template.go +++ b/template.go @@ -23,7 +23,6 @@ type TemplateData struct { Content string Site string Generator string - Sitemap string } // GenerateHTML generates the HTML file from the Markdown document. @@ -40,6 +39,5 @@ func GenerateHTML(file io.Writer, fm FrontMatter, content string) error { Content: content, Site: *url, Generator: fmt.Sprintf("crocc %s (https://crocc.nc0.fr)", version), - Sitemap: fmt.Sprintf("%s/sitemap.xml", *url), }) } -- cgit v1.2.3