Sha256: 9782ffad6dab3f19d849d6f2cd8b29b14f87fac7d3e0955bcfb9b3a152376c90

Contents?: true

Size: 996 Bytes

Versions: 7

Compression:

Stored size: 996 Bytes

Contents

---
layout: default
---
{% unless site.dash.show_author == false %}
  {% include author.html %}
{% endunless %}
<h1 class="post-title">articles tagged with <a class="tag" href="{{ page.tag | tag_url }}">{{ 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_url }}">{{ tag }}</a>
              {% endfor %}
          </div>
          {% if site.dash.date_format %}
            {{ post.date | date: site.dash.date_format }}
          {% else %}
            {{ post.date | date: "%b %-d, %Y" }}
          {% endif %}
        </div>

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

  </div>
  {% include tagcloud.html %}

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
jekyll-dash-1.6.2 _layouts/tag_page.html
jekyll-dash-1.6.1 _layouts/tag_page.html
jekyll-dash-2.4.1 _layouts/tag_page.html
jekyll-dash-2.4.0 _layouts/tag_page.html
jekyll-dash-1.6.0 _layouts/tag_page.html
jekyll-dash-2.3.3 _layouts/tag_page.html
jekyll-dash-1.5.3 _layouts/tag_page.html