Sha256: e5b5f58492d0371a153cc11526723ee89d74862389f6a906866d30d54cfe8d76

Contents?: true

Size: 914 Bytes

Versions: 4

Compression:

Stored size: 914 Bytes

Contents

---
layout: default
---
{% include author.html %}
<h1 class="post-title">Articles tagged with <a class="tag" href="/tag/{{ tag }}/">{{ page.tag }}</a></h1>
  <div class="post-links">
  {% for post in site.posts %}
  {% for tag in post.tags %}
  {% if tag == page.tag %}


      <div class="post-link-wrapper">
        <a href="{{ post.url | relative_url }}" class="post-link">{{ post.title }}</a>
        <div class="post-meta">

          <div class="post-tags">
              {% for tag in post.tags %}
              <a class="tag" href="/tag/{{ tag }}/">{{ tag }}</a>
              {% endfor %}
          </div>
          {% if site.date_format %}
            {{ post.date | date: site.date_format }}
          {% else %}
            {{ post.date | date: "%b %-d, %Y" }}
          {% endif %}
        </div>

        </div>
  {% endif %}
  {% endfor %}
  {% endfor %}

  </div>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
jekyll-dash-1.0.3 _layouts/tag_index.html
jekyll-dash-1.0.2 _layouts/tag_index.html
jekyll-dash-1.0.1 _layouts/tag_index.html
jekyll-dash-1.0.0 _layouts/tag_index.html