From 2a6a89f574bdec8464c0eb169e87b6228d98fa8a Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Tue, 5 Jul 2022 11:15:41 +0530 Subject: tissue: Deprecate tag listings configuration. * tissue/tissue.scm ()[web-tags-path]: Delete field. * tissue/tissue.scm (tissue-configuration): Remove web-tags-path argument. * tissue/web/static.scm (build-website): Remove tags-path documentation in docstring. --- tissue/web/static.scm | 4 ---- 1 file changed, 4 deletions(-) (limited to 'tissue/web') diff --git a/tissue/web/static.scm b/tissue/web/static.scm index 1937850..90496cc 100644 --- a/tissue/web/static.scm +++ b/tissue/web/static.scm @@ -117,10 +117,6 @@ as a website. CSS is the path to a CSS stylesheet. If it is #f, no stylesheet is included in the generated web pages. -TAGS-PATH is the path relative to the document root where the per-tag -issue listings are put. It must begin with a /. If it is #f, per-tag -issue listings are not generated. - FILES is a list of objects representing files to be written to the web output. -- cgit v1.2.3