diff --git a/views/dashboard.slim b/views/dashboard.slim index ffa3f6df..f91d056c 100644 --- a/views/dashboard.slim +++ b/views/dashboard.slim @@ -18,7 +18,12 @@ javascript: .row .span4 - if file.ext == 'html' || file.ext == 'htm' || file.ext == 'txt' || file.ext == 'js' || file.ext == 'css' || file.ext == 'md' -    #{file.filename} + span +    #{file.filename} + - if file.filename == 'index.html' + p + | This is your index file! It is the "default file" that loads when you go to #{current_site.username}.neocities.org. In effect, it's your front page. If you want to change your front page, you need to edit (or overwrite) this file. The default file is always named index.html.

+ div style="margin-bottom: 30px" span i class="icon-globe"