Sha256: 392cd370e208654f5ab32ab3d4e7db224007d1d37858aa6380aa93f5c87e5030
Contents?: true
Size: 1.1 KB
Versions: 4
Compression:
Stored size: 1.1 KB
Contents
--- layout: default --- <section class="post-item post-header"> <div class="post-item-body posts-link"> {% if page.image %} <div class="posts-image" data-aos="fade-in" title="{{ page.title }}" style="background-image: url({{ page.image }})" ></div> {% endif %} <div class="posts-content"> <div class="posts-body"> <h2 class="posts-title" itemprop="name">{{ page.title }}</h2> {% if page.description %} <p class="posts-description">{{ page.description }}</p> {% endif %} <p class="posts-author"> {{ page.date | date_to_string }} {% assign author = site.authors | where: 'short_name', page.author | first %} {% if author %} - {{ author.name }} {% endif %} </p> </div> </div> </div> </section> <section class="post-main"> {{ content }} </section> <section class="post-utteranc"> <script src="https://utteranc.es/client.js" repo="{{ site.repo }}" issue-term="pathname" label="comment" theme="github-light" crossorigin="anonymous" async ></script> </section>
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
yoyoyo-0.0.14 | _layouts/post.html |
yoyoyo-0.0.13 | _layouts/post.html |
yoyoyo-0.0.12 | _layouts/post.html |
yoyoyo-0.0.11 | _layouts/post.html |