Skip to content

Commit 7d182d8

Browse files
committed
fix(post-receive): rssg_index_name = index.{html,md}
1 parent e74d8e3 commit 7d182d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

post-receive

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ sub generate_website {
181181
my $rss_file_path = catdir $web_server_dir, 'rss.xml';
182182
say "RSS FEED LOCATION: $rss_file_path" if $opt_v;
183183

184-
my $rssg_index_name = 'index.html';
184+
my $rssg_index_name = 'index.md';
185185
say "INDEX NAME FOR RSSG: $rssg_index_name" if $opt_v;
186186

187187
my $rssg_index_location = catfile $clone_dir, $rssg_index_name;

0 commit comments

Comments
 (0)