Sha256: 3fa18ff25eec16ddc4102fc4b36bc21efca058e66826c2d06b68196a22e8a667
Contents?: true
Size: 1.14 KB
Versions: 3
Compression:
Stored size: 1.14 KB
Contents
--- layout: base --- <div class="hero is-dark mb-large"> <div class="hero-body"> <div class="container"> <div class="section"> <div class="columns is-vcentered"> <div class="column"> <h1 class="title is-1 mb-small">{{page.title}}</h1> <p>{{ page.author }}</p> <p class="mt-small">📅 {{ page.date | date: "%b %-d, %Y" }}</p> </div> {% if page.summary %} <div class="column"> {{ page.summary | markdownify }} </div> {% endif %} </div> {% if page.tags %} <div class="tags my-medium"> {% for tag in page.tags %} {% include tag.html tag=tag %} {% endfor %} </div> {% endif %} </div> <div class="mb-negative-large"> <img src="{{page.image}}" class="thumbnail mx-auto is-rounded"/> </div> </div> </div> </div> <div class="container"> <div class="content p-0"> <div class="section"> {{ content }} </div> </div> {% if site.disqus.shortname %} {% include disqus.html %} {% endif %} {% if site.posts %} <div> {% include latest-posts.html %} </div> {% endif %} </div>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
jekyll-theme-opentoolbox-2.0.2 | _layouts/post.html |
jekyll-theme-opentoolbox-2.0.1 | _layouts/post.html |
jekyll-theme-opentoolbox-2.0.0 | _layouts/post.html |