Sha256: 129fcd545583cf3a9bb3fbfe7bbf5756c8140e6cd449388b479f34eca12cef00
Contents?: true
Size: 988 Bytes
Versions: 9
Compression:
Stored size: 988 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="/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.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
9 entries across 9 versions & 1 rubygems