Sha256: a0519c5b60af44e0a238af8681d5875615291b27ce71f341e088b7214df5dcb5

Contents?: true

Size: 670 Bytes

Versions: 6

Compression:

Stored size: 670 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

6 entries across 6 versions & 1 rubygems

Version Path
edge_framework-2.1.1 template/ghost/author.hbs
edge_framework-2.1.0 template/ghost/author.hbs
edge_framework-2.0.0 template/ghost/author.hbs
edge_framework-2.0.0.a template/ghost/author.hbs
edge_framework-1.4.1 template/ghost/author.hbs
edge_framework-1.4.0 template/ghost/author.hbs