lib/jekyll/assets/plugins/html/defaults/component.rb in jekyll-assets-3.0.6 vs lib/jekyll/assets/plugins/html/defaults/component.rb in jekyll-assets-3.0.7
- old
+ new
@@ -7,9 +7,10 @@
module Jekyll
module Assets
class Default
class Component < Default
content_types "text/html"
+ internal!
# --
def set_href
dpath = @asset.digest_path
return @args[:href] = @asset.url if @asset.is_a?(Url)