@@ -10,6 +10,7 @@ plugins: build/_plugins
pygments: true
permalink: pretty
+# used in building icon pages
icon_meta: build/icons.yml
icon_layout: icon.html # Relative to _layouts directory
icon_destination: icon # Relative to destination
@@ -14,7 +14,7 @@ module Jekyll
@site = site
@base = base
@dir = dir
- @name = "#{icon['id']}/index.html"
+ @name = "#{icon['id']}.html"
@icon = icon
self.process(@name)