mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
comment on index file
This commit is contained in:
parent
4c8e1bc4c6
commit
6b114d0e07
1 changed files with 6 additions and 1 deletions
|
@ -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'
|
||||
<i class="icon-file-alt icon-3x"></i> <font style="font-size: 20pt">#{file.filename}</font>
|
||||
span
|
||||
<i class="icon-file-alt icon-3x"></i> <font style="font-size: 20pt">#{file.filename}</font>
|
||||
- if file.filename == 'index.html'
|
||||
p
|
||||
| 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>.<br><br>
|
||||
|
||||
div style="margin-bottom: 30px"
|
||||
span
|
||||
i class="icon-globe"
|
||||
|
|
Loading…
Add table
Reference in a new issue