diff --git a/models/site.rb b/models/site.rb index 410e3740..ec048757 100644 --- a/models/site.rb +++ b/models/site.rb @@ -412,10 +412,10 @@ class Site < Sequel::Model FileUtils.cp template_file_path('style.css'), tmpfile.path files << {filename: 'style.css', tempfile: tmpfile} - tmpfile = Tempfile.new 'cat.png' + tmpfile = Tempfile.new 'neocities.png' tmpfile.close - FileUtils.cp template_file_path('cat.png'), tmpfile.path - files << {filename: 'cat.png', tempfile: tmpfile} + FileUtils.cp template_file_path('neocities.png'), tmpfile.path + files << {filename: 'neocities.png', tempfile: tmpfile} store_files files, new_install: true end diff --git a/views/templates/cat.png b/views/templates/cat.png deleted file mode 100644 index d4be8f21..00000000 Binary files a/views/templates/cat.png and /dev/null differ diff --git a/views/templates/index.erb b/views/templates/index.erb index 3b57c2d1..4324ab61 100644 --- a/views/templates/index.erb +++ b/views/templates/index.erb @@ -16,7 +16,7 @@
Here's how you can make bold and italic text.
Here's how you can add an image:
-Here's how to make a list:
@@ -28,4 +28,4 @@To learn more HTML/CSS, check out these tutorials!