Sha256: 715ac4c876bdf71fbea78b0ee0b3643f8eb8165ee0dfe9c155dcbf5a1a4a7fe4
Contents?: true
Size: 813 Bytes
Versions: 7
Compression:
Stored size: 813 Bytes
Contents
--- layout: default --- {% assign posts = site.posts %} {%- if posts.size > 0 -%} <ul class="mb-5 px-2 desktop:px-0"> {%- for post in posts -%} <li class="mb-10"> <div class="my-2"> <span class="text-grey/50">0644</span> <span class="text-graphite mx-4">{{ post.author }}</span> <span class="text-graphite">{{ post.date | date: "%-d %b '%y" }}</span> </div> <a class="post-link" href="{{ post.url | relative_url }}"> <span class="text-grey/50 text-subtitle">./</span> <span class="text-graphite text-h5 underline">{{ post.title | escape }}</span> <span class="text-grey/50 text-subtitle">.txt</span> </a> </li> {%- endfor -%} </ul> {%- else -%} <h3 class="text-grey text-h5 desktop:text-h3 py-10 desktop:px-0 px-4">No posts available.</h3> {% endif %}
Version data entries
7 entries across 7 versions & 1 rubygems