quick-docs/_templates/_css.html.erb
Brian (bex) Exelbierd cdfa79c99e initial commit
2017-10-25 23:55:53 +02:00

3 lines
152 B
Text

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