mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
fix text for index description
This commit is contained in:
parent
4994de0927
commit
9b3635d46e
1 changed files with 5 additions and 4 deletions
|
@ -22,10 +22,11 @@ javascript:
|
|||
span
|
||||
<i class="icon-file-alt icon-3x"></i> <span style="font-size: 20pt">#{file.filename}</span>
|
||||
- if file.filename == 'index.html'
|
||||
p.tiny This is your index file! It is the "default file" that loads when you go to
|
||||
<a href="http://#{current_site.username}.neocities.org">#{current_site.username}.neocities.org</a>.
|
||||
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 <b>index.html</b>.
|
||||
p.tiny
|
||||
This is your index file! It is the "default file" that loads when you go to
|
||||
<a href="http://#{current_site.username}.neocities.org">#{current_site.username}.neocities.org</a>.
|
||||
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 <b>index.html</b>.
|
||||
|
||||
div style="margin-bottom: 30px"
|
||||
span
|
||||
|
|
Loading…
Add table
Reference in a new issue