From ac2d0b513f113b86e9d59c006e557dd874078be3 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Thu, 9 Jun 2022 22:24:56 -0500 Subject: Add footer --- cgit.css | 6 +++--- cgitrc | 2 ++ footer.txt | 9 +++++++++ 3 files changed, 14 insertions(+), 3 deletions(-) create mode 100644 footer.txt diff --git a/cgit.css b/cgit.css index 4ece3a5..2dd656f 100644 --- a/cgit.css +++ b/cgit.css @@ -652,13 +652,13 @@ div#cgit span.deletions { div#cgit div.footer { margin-top: 0.5em; - text-align: center; - font-size: 80%; + text-align: right; + font: 12px monospace; color: goldenrod; } div#cgit div.footer a { - color: goldenrod; + color: #b77300; text-decoration: none; } diff --git a/cgitrc b/cgitrc index 1eae82f..9292df8 100644 --- a/cgitrc +++ b/cgitrc @@ -20,6 +20,8 @@ max-repodesc-length=100 section-from-path=1 max-repo-count=100 +footer=/usr/local/cgit/share/footer.txt + mimetype.gif=image/gif mimetype.html=text/html mimetype.jpg=image/jpeg diff --git a/footer.txt b/footer.txt new file mode 100644 index 0000000..d5b1f33 --- /dev/null +++ b/footer.txt @@ -0,0 +1,9 @@ + -- cgit 1.4.1-21-gabe81