Sha256: 7d5276c74df1d1dc2f433da7b268ed3b7b7be79d4c4f3285627dff350e8dbef0
Contents?: true
Size: 1.29 KB
Versions: 4
Compression:
Stored size: 1.29 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"> {% if site.title %} <h1><em>{{ site.title | escape }}</em></h1> {% endif %} <div class="social"> {% if site.twitter_username %} <a aria-label="Twitter" href="https://twitter.com/{{ site.twitter_username }}"> {% include twitter.svg %} </a> {% endif %} {% if site.github_username %} <a aria-label="GitHub" href="https://github.com/{{ site.github_username }}"> {% include github.svg %} </a> {% endif %} {% if site.email %} <a aria-label="Email (opens mail client)" href="mailto:{{ site.email }}"> {% include email.svg %} </a> {% endif %} </div> </div> </div> </header> <main> {% for post in site.posts %} <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> {% endfor %} </main>
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
yefeme-0.7.1 | _layouts/home.html |
yefeme-0.7.0 | _layouts/home.html |
yefeme-0.6.0 | _layouts/home.html |
yefeme-0.5.8 | _layouts/home.html |