diff options
author | Wojtek Kosior <koszko@koszko.org> | 2024-01-10 14:20:20 +0100 |
---|---|---|
committer | Wojtek Kosior <koszko@koszko.org> | 2024-01-10 14:20:20 +0100 |
commit | 48135ea6cddb1d2a8f8bca180a0d07b67430c997 (patch) | |
tree | ceaa7219253e4affce62d801739d88083ae96eb1 | |
parent | 112746308d91ec8f0ee778e1eaa730de8014f570 (diff) | |
download | koszko-org-server-48135ea6cddb1d2a8f8bca180a0d07b67430c997.tar.gz koszko-org-server-48135ea6cddb1d2a8f8bca180a0d07b67430c997.zip |
Temporarily disable syntax highlighting.
-rw-r--r-- | container.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/container.scm b/container.scm index 16ac7ac..89f1d32 100644 --- a/container.scm +++ b/container.scm @@ -168,8 +168,8 @@ "logo=/cgit-static/cgit.png" "favicon=/cgit-static/favicon.ico" - ,(g-string-append "source-filter=" - cgit "/lib/cgit/filters/syntax-highlighting.py") + ;;,(g-string-append "source-filter=" + ;; cgit "/lib/cgit/filters/syntax-highlighting.py") "snapshots=tar.gz zip" "project-list=/var/lib/gitolite3/projects.list" "remove-suffix=1" |