7f226b85f25b2f82ab63b16b152d675f9c657e1e
commit 7f226b85f25b2f82ab63b16b152d675f9c657e1e
Author: spesk1 <spesk@pm.me>
Date: Sat Jun 22 15:02:43 2019 +0000

Small change and removing swap files

diff --git a/lib/Gsg/Html.pm b/lib/Gsg/Html.pm
index 77adff6..d83c579 100644
--- a/lib/Gsg/Html.pm
+++ b/lib/Gsg/Html.pm
@@ -40,8 +40,7 @@ sub write_root_index($$$$) {
my $logger = shift;
write_file("", $index);
append_file("<html><body><b>Git Projects</b><br><head><META NAME=\"ROBOTS\" CONTENT=\"NOINDEX, NOFOLLOW\"></head>\n",$index);
- append_file("<small><i>Statically generated web root for browsing this git server</i></small><br>",$index);
- append_file("<small><i>This is a read-only site and does not provide a merge/clone interface</i></small><hr/>",$index);
+ append_file("<small><i>Statically generated web root for browsing this git server</i></small><br><hr/>",$index);

my $mkdirCmd = findBin("mkdir",$logger);
foreach my $project ( @$project_dirs_ref ) {