mirror of
https://github.com/jekyll/jekyll.git
synced 2026-02-19 02:44:29 -05:00
Support a new relative_include tag
This commit is contained in:
7
test/source/_posts/relative_includes/params.html
Normal file
7
test/source/_posts/relative_includes/params.html
Normal file
@@ -0,0 +1,7 @@
|
||||
<span id='include-param'>{{include.param}}</span>
|
||||
|
||||
<ul id='param-list'>
|
||||
{% for param in include %}
|
||||
<li>{{param[0]}} = {{param[1]}}</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
1
test/source/_posts/relative_includes/rel_include.html
Normal file
1
test/source/_posts/relative_includes/rel_include.html
Normal file
@@ -0,0 +1 @@
|
||||
relative_included
|
||||
Reference in New Issue
Block a user