Class: PictureTag::Instructions::RelativeUrl
- Inherits:
-
EnvInstruction
- Object
- Instruction
- EnvInstruction
- PictureTag::Instructions::RelativeUrl
- Defined in:
- lib/jekyll_picture_tag/instructions/children/config.rb
Overview
Whether to use relative or absolute URLs for images.
Instance Method Summary collapse
Methods inherited from Instruction
Instance Method Details
#source ⇒ Object
30 31 32 |
# File 'lib/jekyll_picture_tag/instructions/children/config.rb', line 30 def source PictureTag.pconfig['relative_url'] end |