Sha256: 6f029e0eef749bc36770f12efa197ce01b6be4a0fdc7261d6e6f8c19c9ebef2f
Contents?: true
Size: 923 Bytes
Versions: 4
Compression:
Stored size: 923 Bytes
Contents
--- layout: default --- <section class="posts"> <div class="flex-row-between"> <h1>Tag #{{page.tag}}</h1> <a href="{{ site.github.url }}"><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
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
jekyll-calculus-theme-0.1.3 | _layouts/tag.html |
jekyll-calculus-theme-0.1.2 | _layouts/tag.html |
jekyll-calculus-theme-0.1.1 | _layouts/tag.html |
jekyll-calculus-theme-0.1.0 | _layouts/tag.html |