summaryrefslogtreecommitdiff
path: root/takemi.scm
diff options
context:
space:
mode:
authorDavid Thompson <dthompson@vistahigherlearning.com>2020-07-12 09:19:13 -0400
committerDavid Thompson <dthompson@vistahigherlearning.com>2020-07-12 09:19:13 -0400
commit51475b847895dc0cd35310b2b1d6d753ece7cb82 (patch)
treec33f781bd58f18308abfa4edd2d00034a2ae283c /takemi.scm
parent96bf2a2318fffc8194137338648a5cd44ea0dc30 (diff)
takemi: Remove ".git" suffix on cgit pages.
Diffstat (limited to 'takemi.scm')
-rw-r--r--takemi.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/takemi.scm b/takemi.scm
index ff749be..8dad612 100644
--- a/takemi.scm
+++ b/takemi.scm
@@ -101,6 +101,7 @@
(cgit-configuration
(project-list "/var/lib/gitolite/projects.list")
(repository-directory "/var/lib/gitolite/repositories")
+ (remove-suffix? #t)
;; Is there a way to avoid this wrapper script?
(source-filter (program-file
"cgit-syntax-highlight"