Sha256: 2163b39493ece46aa4c0897fcf03b19b9fa8ac143fd1acff8556bda9086fa9ac

Contents?: true

Size: 244 Bytes

Versions: 9

Compression:

Stored size: 244 Bytes

Contents

---
layout: default
permalink: /blog/tags/
---

{% for tag in site.tags %}
<h2>{{ tag[0] }}</h2>
<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/tags/tags.html
casjaysdev-jekyll-theme-0.2.3 _pages/blog/tags/tags.html
casjaysdev-jekyll-theme-0.2.2 _pages/blog/tags/tags.html
casjaysdev-jekyll-theme-0.2.1 _pages/blog/tags/tags.html
casjaysdev-jekyll-theme-0.1.9 _pages/blog/tags/tags.html
casjaysdev-jekyll-theme-0.1.8 _pages/blog/tags/tags.html
casjaysdev-jekyll-theme-0.1.7 blog/tags/tags.html
casjaysdev-jekyll-theme-0.1.6 blog/tags/tags.html
casjaysdev-jekyll-theme-0.1.4 blog/tags/tags.html