Sha256: 4fda059989d4ec8e3123aa97462e401b53f32fd9c2d19db0d5de4e477b404519
Contents?: true
Size: 956 Bytes
Versions: 5
Compression:
Stored size: 956 Bytes
Contents
--- layout: compress --- {% include head.html %} <main> {% include header.html %} {{ content }} <ul class="blog-posts"> {% for post in site.posts %} {% for tag in post.tags %} <li> <span> <i> <time datetime="2022-01-28" pubdate=""> {{ post.date | date: "%b %-d, %Y" }} </time> </i> </span> <a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a> </li> {% endfor %} {% endfor %} </ul> <small> {% for tag in site.tags %} {% assign tag_slug = tag | first %} {% assign no_of_posts = tag | last | size %} <a href="{{ 'tagged/' | relative_url }}{{ tag_slug }}" title="See all posts by {{ tag_slug }} tag">#{{ tag_slug }}</a> {% endfor %} </small> </main> {% include footer.html %} </body> </html>
Version data entries
5 entries across 5 versions & 1 rubygems