There was an error while loading. Please reload this page.
1 parent e74d8e3 commit 7d182d8Copy full SHA for 7d182d8
post-receive
@@ -181,7 +181,7 @@ sub generate_website {
181
my $rss_file_path = catdir $web_server_dir, 'rss.xml';
182
say "RSS FEED LOCATION: $rss_file_path" if $opt_v;
183
184
-my $rssg_index_name = 'index.html';
+my $rssg_index_name = 'index.md';
185
say "INDEX NAME FOR RSSG: $rssg_index_name" if $opt_v;
186
187
my $rssg_index_location = catfile $clone_dir, $rssg_index_name;
0 commit comments