Method: Jekyll::Tags::IncludeTag#file_read_opts
- Defined in:
- lib/jekyll/tags/include.rb
#file_read_opts(context) ⇒ Object
Grab file read opts in the context
84 85 86 |
# File 'lib/jekyll/tags/include.rb', line 84 def file_read_opts(context) context.registers[:site].file_read_opts end |