Sha256: 59a7d42e7ded940f7cfbabeac1e422d8d38c28cb5daffa00dcd5c1fc9fcfc825
Contents?: true
Size: 1.77 KB
Versions: 6
Compression:
Stored size: 1.77 KB
Contents
--- layout: default --- <header> <div class="logo logo-closer-to-top-on-mobile"> <svg xmlns="http://www.w3.org/2000/svg" width="103" height="136" viewBox="0 0 103 136"> <path fill="#F22939" fill-rule="evenodd" d="M0 0v6.663h2.352c5.29 0 8.034 3.331 9.406 6.27L49.97 94.26c-3.135 8.623-9.798 29.003-16.657 29.003-3.331 0-3.331-3.723-3.527-5.879-.392-6.859-5.095-11.17-12.542-11.17-8.035 0-12.934 6.075-12.934 13.326C4.311 126.594 9.798 136 23.32 136c14.697 0 22.536-9.994 32.138-34.686L83.09 30.571C92.3 7.055 93.476 6.663 98.963 6.663h3.527V0H67.608v6.663h3.92c2.351 0 6.858.588 6.858 6.27 0 7.447-5.879 24.3-7.838 29.591l-9.015 24.3-23.516-53.89c-1.371-3.332-.196-6.271 3.332-6.271h5.29V0H0z"/> </svg> <div class="under under-large"> <h1><em>{{ site.title | escape }}</em></h1> <div class="social"> <a aria-label="Twitter" class="accent" href="https://twitter.com/{{ site.twitter }}"> {% include twitter.svg %} </a><!-- --><a aria-label="GitHub" class="accent" href="https://github.com/{{ site.github }}"> {% include github.svg %} </a><!-- --><a aria-label="Email (opens mail client)" class="accent make-mail-smaller" href="mailto:{{ site.email }}"> {% include email.svg %} </a> </div> </div> </div> </header> <main> <ul> {% for post in site.posts %} <li> <a class="post" href="{{ post.url | relative_url }}"> <span class="accent fixed-date">{{ post.date | date: "%b %-d, %Y" }}</span> <div class="post-details"> <h2>{{ post.title | escape }}</h2> <p class="excerpt">{{ post.excerpt | strip_html | normalize_whitespace | truncate: 160 | escape }}</p> </div> </a> </li> {% endfor %} </ul> </main>
Version data entries
6 entries across 6 versions & 1 rubygems