module Jekyll::AssetFilter
Public Instance Methods
asset_path(path)
click to toggle source
# File lib/asset_pages/jekyll/plugins/asset_filter.rb, line 29 def asset_path(path) Proxy.new(@context).asset_path(path) end