Sha256: fcc93376641c654e9a05242fcfdf554df754b30a79c28da2c622b3c204c953c2

Contents?: true

Size: 200 Bytes

Versions: 1

Compression:

Stored size: 200 Bytes

Contents

---
layout: nil
---
<ul>
{% for topic in site.iterable.categories %}
	<li>{{ topic.name }}</li>
	<ul>
	{% for post in topic.posts %}
		<li>{{ post.title }}</li>
	{% endfor %}
	</ul>
{% endfor %}
</ul>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rfelix-jekyll-0.5.4 test/source/category_listing.html