Sha256: a1fe6fe4e31864dbd391a5fe69b7573cb078143d09e257fe53f6549ecc5b721e
Contents?: true
Size: 1.14 KB
Versions: 1
Compression:
Stored size: 1.14 KB
Contents
--- layout: default --- <!-- single post layout --> <section class="single-post-masthead" ></section> {% include blog-nav.html %} <div class="single-post-header"> <h1 class="single-post-title">{{ page.title }}</h1> <h3 class="single-post-subtitle">{{ page.subtitle }}</h3> <ul> <li class="post-meta"> <i class="far fa-calendar" aria-hidden="true"></i> </li> <li class="post-meta"> <p class="post-meta">{{ page.date | date: '%B %d, %Y' }}</p> </li> <li class="post-meta"> <!-- inline style until better solu --> <i class="fas fa-tags" style="padding-left:20px"></i> </li> {% for items in page.categories %} <li class="post-tag"> <a href="{{ site.baseurl }}/slow-blog/categories/#{{ items | slugify }}"> {{ items | upcase }} </a> </li> {% endfor %} <li class="post-meta"> {% include share-buttons.html %} </li> </ul> </div> <section class="single-post-header-img" style="background-image: url('{{ site.baseurl }}/{{ page.background }}');"></section> <section class="blog-content"> {{ content }} {% if page.comments %} {% include disquis.html %} {% endif %} </section> {% include blog-footer.html %}
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
made-slowly-0.0.1 | _layouts/single-post.html |