summaryrefslogtreecommitdiff
path: root/templates/upper.epp
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-10-11 01:20:53 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2022-10-11 01:20:53 +0200
commite738981089accbfb39bad1cb313281d966c07ed7 (patch)
tree1ddaa05a1c9a60a785719e09a6bd7aca3f0548c7 /templates/upper.epp
parentRe-flow metadata.json. (diff)
downloadcgit-e738981089accbfb39bad1cb313281d966c07ed7.tar.gz
cgit-e738981089accbfb39bad1cb313281d966c07ed7.tar.xz
Rewrote filter system.
Diffstat (limited to '')
-rw-r--r--templates/upper.epp21
1 files changed, 21 insertions, 0 deletions
diff --git a/templates/upper.epp b/templates/upper.epp
new file mode 100644
index 0000000..de93118
--- /dev/null
+++ b/templates/upper.epp
@@ -0,0 +1,21 @@
+#
+# cgit config
+# see cgitrc(5) for details
+#
+# FILE MANAGED BY PUPPET
+#
+
+# css=/cgit.css
+logo=/logo/logo.png
+# favicon=/favicon.ico
+
+enable-index-owner=1
+
+root-title=<%= $cgit::root_title %>
+#root-desc=Tändes endast mot lådans plån
+root-desc=<%= $cgit::root_desc %>
+# Also causes the `about' page to exist
+# /usr/lib/cgit/readme
+root-readme=<%= $cgit::root %>/root_readme
+
+