mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2024-11-20 11:14:28 +00:00
fixing icon page locations
This commit is contained in:
parent
0c998be49c
commit
a77f21471b
@ -10,6 +10,7 @@ plugins: build/_plugins
|
|||||||
pygments: true
|
pygments: true
|
||||||
permalink: pretty
|
permalink: pretty
|
||||||
|
|
||||||
|
# used in building icon pages
|
||||||
icon_meta: build/icons.yml
|
icon_meta: build/icons.yml
|
||||||
icon_layout: icon.html # Relative to _layouts directory
|
icon_layout: icon.html # Relative to _layouts directory
|
||||||
icon_destination: icon # Relative to destination
|
icon_destination: icon # Relative to destination
|
||||||
|
@ -14,7 +14,7 @@ module Jekyll
|
|||||||
@site = site
|
@site = site
|
||||||
@base = base
|
@base = base
|
||||||
@dir = dir
|
@dir = dir
|
||||||
@name = "#{icon['id']}/index.html"
|
@name = "#{icon['id']}.html"
|
||||||
@icon = icon
|
@icon = icon
|
||||||
|
|
||||||
self.process(@name)
|
self.process(@name)
|
||||||
|
Loading…
Reference in New Issue
Block a user