initial commit
This commit is contained in:
commit
c2c3776490
17 changed files with 1229 additions and 0 deletions
3
_templates/_css.html.erb
Normal file
3
_templates/_css.html.erb
Normal file
|
@ -0,0 +1,3 @@
|
|||
<%- Dir.glob("_stylesheets/*").sort.each do |sheet| -%>
|
||||
<link href="<%= File.join(css_path, File.basename(sheet)) %>" rel="stylesheet" />
|
||||
<%- end -%>
|
Reference in a new issue