aboutsummaryrefslogtreecommitdiffstats
path: root/library/font_awesome/src/_plugins/icon_page_generator.rb
diff options
context:
space:
mode:
authorTreer <treer.git@the-bordello.com>2016-04-30 21:36:19 +1000
committerTreer <treer.git@the-bordello.com>2016-04-30 21:36:19 +1000
commit45654ffc5cc4532c2189c88d46a0374038b53c9f (patch)
treefc1c9949dcabd360c120d318c9fe3181d47c8f42 /library/font_awesome/src/_plugins/icon_page_generator.rb
parent931a4fafe316b23bacf92ac1ff35f9b8467415dd (diff)
downloadvolse-hubzilla-45654ffc5cc4532c2189c88d46a0374038b53c9f.tar.gz
volse-hubzilla-45654ffc5cc4532c2189c88d46a0374038b53c9f.tar.bz2
volse-hubzilla-45654ffc5cc4532c2189c88d46a0374038b53c9f.zip
update font-awesome library to 4.6.1
Perhaps this should be done as a submodule instead?
Diffstat (limited to 'library/font_awesome/src/_plugins/icon_page_generator.rb')
-rw-r--r--library/font_awesome/src/_plugins/icon_page_generator.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/library/font_awesome/src/_plugins/icon_page_generator.rb b/library/font_awesome/src/_plugins/icon_page_generator.rb
index 51475e540..32b7cd428 100644
--- a/library/font_awesome/src/_plugins/icon_page_generator.rb
+++ b/library/font_awesome/src/_plugins/icon_page_generator.rb
@@ -2,7 +2,6 @@
# Create individual pages for each icon in the FontAwesome set
require 'yaml'
-require 'debugger'
module Jekyll
@@ -23,7 +22,7 @@ module Jekyll
self.read_yaml(File.join(base, site.config['layouts']), site.config['icon_layout'])
self.data['icon'] = icon
- self.data['title'] = "icon-#{icon.id}: " + self.data['title_suffix']
+ self.data['title'] = "fa-#{icon.id}: " + self.data['title_suffix']
end
end