test/plugins/test-theme/plugin.rb in octopress-ink-1.0.0.alpha.35 vs test/plugins/test-theme/plugin.rb in octopress-ink-1.0.0.alpha.36
- old
+ new
@@ -2,9 +2,10 @@
class TestTheme < Octopress::Ink::Plugin
def initialize(name, type)
@assets_path = File.expand_path(File.join(File.dirname(__FILE__)))
@description = "Test theme y'all"
+ @name = "Classic Theme"
super
end
def add_assets
add_css_files ['theme-test.css', 'theme-test2.css']
add_css 'theme-media-test@print.css'