Sha256: 1d3096d0f3300fa007681c29aa079f6bed5d400c5f7e4462b8ffd9de13fcd59d

Contents?: true

Size: 798 Bytes

Versions: 11

Compression:

Stored size: 798 Bytes

Contents

---
layout: default
---

<article class="h-entry">
  {% render "bulmatown/hero_wrapper",
      title: page.title,
      subtitle: page.subtitle,
      page: page,
      metadata: site.metadata
  %}

  <section class="section">
    <div class="container">
      {%- assign author = site.data.authors[page.author] %}
      {%- if author %}
        <div class="mb-6 author has-text-centered p-author">
          <img src="{{ author.avatar }}" alt="{{ author.name }}" class="avatar u-photo" />
          by <a href="/authors/{{ page.author }}/" class="has-text-weight-bold u-url p-name">{{ author.name }}</a>
          on {{ page.date | date: "%B %-d, %Y" }}
        </div>
      {%- endif %}

      <div class="content e-content">
        {{ content }}
      </div>
    </div>
  </section>
</article>

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
bulmatown-1.2.3 layouts/bulmatown/post.liquid
bulmatown-1.2.2 layouts/bulmatown/post.liquid
bulmatown-1.1.0 layouts/bulmatown/post.liquid
bulmatown-1.0.7 layouts/bulmatown/post.liquid
bulmatown-1.0.6 layouts/bulmatown/post.html
bulmatown-1.0.5 layouts/bulmatown/post.html
bulmatown-1.0.4 layouts/bulmatown/post.html
bulmatown-1.0.3 layouts/bulmatown/post.html
bulmatown-1.0.2 layouts/bulmatown/post.html
bulmatown-1.0.1 layouts/bulmatown/post.html
bulmatown-1.0.0 layouts/bulmatown/post.html