mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
remove style tag
was going to try something more in-depth out, decided against it. deleting remnant style tag that was from that idea...
This commit is contained in:
parent
f965269c9d
commit
28a29f36c8
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ javascript:
|
|||
|
||||
- current_site.file_list.each do |file|
|
||||
.row
|
||||
.span4 style="position:relative"
|
||||
.span4
|
||||
- if file.ext == 'html' || file.ext == 'htm' || file.ext == 'txt' || file.ext == 'js' || file.ext == 'css' || file.ext == 'md'
|
||||
span
|
||||
<i class="icon-file-alt icon-3x"></i> <span style="font-size: 20pt">#{file.filename}</span>
|
||||
|
|
Loading…
Add table
Reference in a new issue