Sha256: e0784e2d2d5e854920044965d79825c27d82cbe130abc78cbc4d608fc5011596

Contents?: true

Size: 544 Bytes

Versions: 11

Compression:

Stored size: 544 Bytes

Contents

---
title: Post
layout: post
include1: include.html
include2: include
include3: INCLUDE
include4: params
---

Liquid tests
- 1 {% include {{ page.include1 }} %}
- 2 {% include {{ page.include2 | append: '.html' }} %}
- 3 {% include {{ page.include3 | downcase | append: '.html' }} %}

Whitespace tests
- 4 {% include {{page.include1}} %}
- 5 {% include {{   page.include1}} %}
- 6 {% include {{  page.include3   | downcase |   append:  '.html'}} %}

Parameters test
- 7 {% include {{ page.include4 | append: '.html' }} var1='foo' var2='bar' %}

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
jekyll-2.2.0 test/source/_posts/2013-12-17-include-variable-filters.markdown
jekyll-2.1.1 test/source/_posts/2013-12-17-include-variable-filters.markdown
jekyll-2.1.0 test/source/_posts/2013-12-17-include-variable-filters.markdown
jekyll-2.0.3 test/source/_posts/2013-12-17-include-variable-filters.markdown
jekyll-2.0.2 test/source/_posts/2013-12-17-include-variable-filters.markdown
jekyll-2.0.1 test/source/_posts/2013-12-17-include-variable-filters.markdown
jekyll-2.0.0 test/source/_posts/2013-12-17-include-variable-filters.markdown
jekyll-2.0.0.rc1 test/source/_posts/2013-12-17-include-variable-filters.markdown
jekyll-2.0.0.alpha.3 test/source/_posts/2013-12-17-include-variable-filters.markdown
jekyll-2.0.0.alpha.2 test/source/_posts/2013-12-17-include-variable-filters.markdown
jekyll-2.0.0.alpha.1 test/source/_posts/2013-12-17-include-variable-filters.markdown