initial commit

This commit is contained in:
Brian (bex) Exelbierd 2018-05-15 14:11:34 +02:00
commit c2c3776490
17 changed files with 1229 additions and 0 deletions

3
_templates/_css.html.erb Normal file
View file

@ -0,0 +1,3 @@
<%- Dir.glob("_stylesheets/*").sort.each do |sheet| -%>
<link href="<%= File.join(css_path, File.basename(sheet)) %>" rel="stylesheet" />
<%- end -%>