diff options
| author | Bradley Taunt <bt@btxx.org> | 2024-07-20 12:35:02 -0400 |
|---|---|---|
| committer | Bradley Taunt <bt@btxx.org> | 2024-07-20 12:35:02 -0400 |
| commit | 6b6769038474365697c0b2e23d7ce10935678c7d (patch) | |
| tree | 50f07717d1faa06da824856921c8673ea32a9867 | |
| parent | 1cdc8ad6d15f4b01b6ab79a57614dc304aba1d3c (diff) | |
Crude testing with blogrb with RSS v2
| -rw-r--r-- | blog.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -137,7 +137,7 @@ index_content << "</ul>\n" index_content << footer_content # Copy the public directory to the build directory -FileUtils.cp_r("#{public_dir}/.", output_dir) +FileUtils.cp_r("#{public_dir}", output_dir) # Write the index file File.open("#{output_dir}/index.html", 'w') do |file| |
