Sha256: 2be80071d326be10cb12c5520616486b4cbc702a93579326d233ad66fc084705
Contents?: true
Size: 903 Bytes
Versions: 2
Compression:
Stored size: 903 Bytes
Contents
--- layout: default --- <section class="posts"> <div class="flex-row-between"> <h1>Tag #{{page.tag}}</h1> <a href="/"><i class="fa fa-home" aria-hidden="true"></i> Home</a> </div> <ul> {% for post in site.posts %} {% if post.tags contains page.tag %} <li><a class="post" href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a><time datetime="{{ post.date | date_to_xmlschema }}">{{ post.date | date: "%b %-d, %Y" }}</time></li> {% endif %} {% endfor %} </ul> </section> <section class="tags"> <h2>All tags:</h2> {% assign tags = site.tags | sort %} {% for tag in tags %} <ul> <li> <a class="posts" href=" {{ site.baseurl }}/tag/{{ tag | first | slugify }}/">{{ tag[0] | replace:'-', ' ' }} ({{ tag | last | size }}){% unless forloop.last %}, {% endunless %} {% endfor %} </a> </li> </ul> </section>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
jekyll-calculus-theme-0.2.1 | _layouts/tag.html |
jekyll-calculus-theme-0.2.0 | _layouts/tag.html |