diff options
author | Gitea <gitea@fake.local> | 2020-11-14 22:47:46 -0600 |
---|---|---|
committer | Gitea <gitea@fake.local> | 2020-11-14 22:47:46 -0600 |
commit | 642691e6893162a496cbd9ddf890267580647c95 (patch) | |
tree | 186dc3f1793ab4f9e87ce214148f14c1d45b3b9f /gitweb.cgi | |
parent | cbb0657cfacf5f745d6da3ef80b2dd9d1d8d502e (diff) |
Add info page and footer info
Diffstat (limited to 'gitweb.cgi')
-rwxr-xr-x | gitweb.cgi | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4243,6 +4243,7 @@ sub git_footer_html { project_filter => $project_filter), -class => $feed_class}, "TXT") . "\n"; } + print "<div class=\"page_footer_text\"><span>Contact mark AT marks.kitchen for any help about the software here. Want to contribute? Send me a git patch. <a href=\"info.html\">(more info)</a></span><span style=\"margin-left: 2em\">Main site: <a href=\"https://marks.kitchen\">Mark's Kitchen</a></span></div>"; print "</div>\n"; # class="page_footer" if (defined $t0 && gitweb_check_feature('timed')) { |