]> gitweb.ps.run Git - ps-cgit/blobdiff - cgitrc.5.txt
cgitrc.5.txt: document 'head-include'
[ps-cgit] / cgitrc.5.txt
index e8b5cd480c7f48a8bb159d89c530774a53f0e83f..683f3b54853cd398c2159886ebc51dab22eb92a3 100644 (file)
@@ -4,7 +4,7 @@ CGITRC(5)
 
 NAME
 ----
-       cgitrc - runtime configuration for cgit
+cgitrc - runtime configuration for cgit
 
 
 SYNOPSIS
@@ -84,6 +84,10 @@ footer::
        verbatim at the bottom of all pages (i.e. it replaces the standard
        "generated by..." message. Default value: none.
 
+head-include::
+       The content of the file specified with this option will be included
+       verbatim in the html HEAD section on all pages. Default value: none.
+
 header::
        The content of the file specified with this option will be included
        verbatim at the top of all pages. Default value: none.
@@ -259,6 +263,7 @@ repo.url::
 EXAMPLE CGITRC FILE
 -------------------
 
+....
 # Enable caching of up to 1000 output entriess
 cache-size=1000
 
@@ -368,6 +373,7 @@ repo.enable-log-linecount=0
 
 # Restrict the max statistics period for this repo
 repo.max-stats=month
+....
 
 
 BUGS