Sha256: 65e2605389a48af012effbe339179b64b23e68d0b24de1a9cc425ad4b5430182

Contents?: true

Size: 637 Bytes

Versions: 4

Compression:

Stored size: 637 Bytes

Contents

{{!< default }}

{{#author }}
  <header>
    {{#if image }}
      <figure>
        <img src="{{ image }}" alt="{{ name }}'s Picture">
      </figure>
    {{/if }}
    <h1>{{ name }}</h1>
    <p>{{ bio }}</p>

    <address>
      {{#if location }}
        <p>
          {{ location }}
        </p>
      {{/if }}
      {{#if website }}
        <p>
          <a href="{{ website }}" target="_blank">
            {{ website }}
          </a>
        </p>
      {{/if }}
      <p>
        {{ plural ../pagination.total empty="No posts" singular="% post" plural="% posts" }}
      </p>
    </address>

  </header>
{{/author }}

{{> "posts" }}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
edge_framework-1.3.6 template/ghost/author.hbs
edge_framework-1.3.5 template/ghost/author.hbs
edge_framework-1.3.3 template/ghost/author.hbs
edge_framework-1.3.2 template/ghost/author.hbs