Sha256: f163fdcefe4d8a5e140d8ea886e72616308505c52b12c8275c8b1e6b6d9a19b6
Contents?: true
Size: 573 Bytes
Versions: 5
Compression:
Stored size: 573 Bytes
Contents
--- layout: default --- Testing content_for → {% content_for test %} Testing {% endcontent_for %}{% content_for test %} content_for {% endcontent_for %}{% yield test %} {% content_for test2 %}goooooooal!{% endcontent_for %} GOOOOOOOAL! → {% yield test2 | upcase %} {% content_for test3 if site.sidebar == true %}Nothing!{% endcontent_for %} '' → '{% yield test3 %}' {% content_for test4 %}Nothing!{% endcontent_for %} '' → '{% yield test3 if site.sidebar == true %}' {% content_for head %}HEAD{% endcontent_for %} {% content_for foot %}FEET{% endcontent_for %}
Version data entries
5 entries across 5 versions & 1 rubygems