summaryrefslogtreecommitdiff
path: root/tissue/web
diff options
context:
space:
mode:
authorArun Isaac2022-07-05 11:15:41 +0530
committerArun Isaac2022-07-05 11:15:41 +0530
commit2a6a89f574bdec8464c0eb169e87b6228d98fa8a (patch)
tree295d0941212cf8db3a49504e1fa3c67fa11b7f57 /tissue/web
parentbcaa0f213cf5ea0b314424cb277f588c1c27fe89 (diff)
downloadtissue-2a6a89f574bdec8464c0eb169e87b6228d98fa8a.tar.gz
tissue-2a6a89f574bdec8464c0eb169e87b6228d98fa8a.tar.lz
tissue-2a6a89f574bdec8464c0eb169e87b6228d98fa8a.zip
tissue: Deprecate tag listings configuration.
* tissue/tissue.scm (<tissue-configuration>)[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.
Diffstat (limited to 'tissue/web')
-rw-r--r--tissue/web/static.scm4
1 files changed, 0 insertions, 4 deletions
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 <file> objects representing files to be written to
the web output.