Method: Jekyll::Tags::IncludeTag#syntax_example
- Defined in:
- lib/jekyll/tags/include.rb
#syntax_example ⇒ Object
33 34 35 |
# File 'lib/jekyll/tags/include.rb', line 33 def syntax_example "{% #{@tag_name} file.ext param='value' param2='value' %}" end |