From 9b3635d46ebbe637e0e7a42b4b90df67dc6b1d21 Mon Sep 17 00:00:00 2001 From: Kyle Drake Date: Sat, 27 Jul 2013 09:35:35 +0200 Subject: [PATCH] fix text for index description --- views/dashboard.slim | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/views/dashboard.slim b/views/dashboard.slim index 4a8bad76..a35fcbe8 100644 --- a/views/dashboard.slim +++ b/views/dashboard.slim @@ -22,10 +22,11 @@ javascript: span    #{file.filename} - if file.filename == 'index.html' - p.tiny 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. + p.tiny + 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