mirror of
https://pagure.io/fedora-docs/quick-docs.git
synced 2024-11-24 21:35:17 +00:00
4 lines
152 B
Text
4 lines
152 B
Text
|
<%- Dir.glob("_stylesheets/*").sort.each do |sheet| -%>
|
||
|
<link href="<%= File.join(css_path, File.basename(sheet)) %>" rel="stylesheet" />
|
||
|
<%- end -%>
|