Sha256: 6ecb2aa91558ad665d22c0ad638d05d3df659a264fcc8771e63c3dc9bbdcdfe4

Contents?: true

Size: 916 Bytes

Versions: 5

Compression:

Stored size: 916 Bytes

Contents

---
layout: default
---
{% include author.html %}
<h1 class="post-title">articles tagged with <a class="tag" href="/tag/{{ page.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>
  {% include tagcloud.html %}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
jekyll-dash-1.3.3 _layouts/tag_page.html
jekyll-dash-1.3.2 _layouts/tag_page.html
jekyll-dash-1.3.1 _layouts/tag_page.html
jekyll-dash-1.3.0 _layouts/tag_page.html
jekyll-dash-1.2.0 _layouts/tag_page.html