Sha256: bacd4135061c3968ba4b1ca715885e3067b332c7ae66ef423aff9dec37404678

Contents?: true

Size: 266 Bytes

Versions: 9

Compression:

Stored size: 266 Bytes

Contents

---
layout: default
permalink: /blog/categories/
---

{% for category in site.categories %}
<h3>{{ category[0] }}</h3>
<ul>
  {% for post in tag[1] %}
  <li><a href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a></li>
  {% endfor %}
</ul>
{% endfor %}

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
casjaysdev-jekyll-theme-0.2.4 _pages/blog/catergories/catergories.html
casjaysdev-jekyll-theme-0.2.3 _pages/blog/catergories/catergories.html
casjaysdev-jekyll-theme-0.2.2 _pages/blog/catergories/catergories.html
casjaysdev-jekyll-theme-0.2.1 _pages/blog/catergories/catergories.html
casjaysdev-jekyll-theme-0.1.9 _pages/blog/catergories/catergories.html
casjaysdev-jekyll-theme-0.1.8 _pages/blog/catergories/catergories.html
casjaysdev-jekyll-theme-0.1.7 blog/catergories/catergories.html
casjaysdev-jekyll-theme-0.1.6 blog/catergories/catergories.html
casjaysdev-jekyll-theme-0.1.4 blog/catergories/catergories.html