mirror of
https://github.com/neocities/neocities.git
synced 2025-08-04 16:51:36 +02:00
sass now auto-compiles, fix relative_path for site files
This commit is contained in:
parent
fbf78f04d6
commit
9aca6cd0a0
10 changed files with 21 additions and 3153 deletions
|
@ -62,7 +62,7 @@
|
|||
<%= File.extname(f).sub('.', '') %>
|
||||
</span>
|
||||
<% end %>
|
||||
<span class="title"><%= f %></span>
|
||||
<span class="title" title="<%= f %>"><%= f %></span>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
<link href="/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link href="/css/bootstrap-responsive.min.css" rel="stylesheet">
|
||||
<link href="/assets/css/neo.css" rel="stylesheet" type="text/css" media="all"/>
|
||||
<link href="/css/neo.css" rel="stylesheet" type="text/css" media="all"/>
|
||||
<link href="/css/font-awesome.min.css" rel="stylesheet" type="text/css" media="all"/>
|
||||
<link href="/css/styles.css" rel="stylesheet" type="text/css" media="all">
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue