quick-docs/_templates/_css.html.erb

4 lines
152 B
Text
Raw Normal View History

2017-10-25 21:52:14 +00:00
<%- Dir.glob("_stylesheets/*").sort.each do |sheet| -%>
<link href="<%= File.join(css_path, File.basename(sheet)) %>" rel="stylesheet" />
<%- end -%>