Sha256: 7aa8d9f7b2ca9d173fa9f4faffbd5396a564c0bfdc6f7e03d2ff1c13432c707c
Contents?: true
Size: 1.21 KB
Versions: 4
Compression:
Stored size: 1.21 KB
Contents
--- layout: default --- <header> <div class="logo logo-closer-to-top-on-mobile"> {% include logo.svg width=103 height=136 %} <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_username }}"> {% include twitter.svg %} </a><!-- --><a aria-label="GitHub" class="accent" href="https://github.com/{{ site.github_username }}"> {% 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
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
yefeme-0.5.6 | _layouts/home.html |
yefeme-0.5.5 | _layouts/home.html |
yefeme-0.5.4 | _layouts/home.html |
yefeme-0.5.3 | _layouts/home.html |