diff --git a/middleman-core/lib/middleman-core/application.rb b/middleman-core/lib/middleman-core/application.rb index 9ee0dc42..83cb0b75 100644 --- a/middleman-core/lib/middleman-core/application.rb +++ b/middleman-core/lib/middleman-core/application.rb @@ -167,7 +167,7 @@ module Middleman attr_reader :template_context_class attr_reader :generic_template_context - delegate :link_to, :image_tag, :to => :generic_template_context + delegate :link_to, :image_tag, :asset_path, :to => :generic_template_context # Initialize the Middleman project def initialize(&block)