Sha256: 0717ab076124030daef09de4fe3ebd59fb3f0e828ea5d96c28eb0b67980ee32f

Contents?: true

Size: 1.26 KB

Versions: 4

Compression:

Stored size: 1.26 KB

Contents

{{!< default }}

<article class="{{ post_class }}">
{{#post }}

  <header>
    <h1>{{ title }}</h1>
    <time datetime="{{ date format='YYYY-MM-DD' }}">
      {{ date format="DD MMMM YYYY" }}
    </time>
  </header>
  
  <section>
    {{ content }}
  </section>

  <footer>
    <p>{{ tags }}</p>

    {{#author }}
      {{#if image }}
        <figure>
            <img src="{{ image }}" alt="{{ name }}'s Picture">
          </a>
        </figure>
      {{/if}}

      <h4>
        <a href="{{ url }}">
          {{ name }}
        </a>
      </h4>
    {{/author}}

    <div>
      <h4>Share</h4>
      <a href="https://twitter.com/share?text={{ encode title }}&amp;url={{ url absolute='true' }}"
          onclick="window.open(this.href, 'twitter-share', 'width=550,height=235');return false;">
          Twitter
      </a>
      <a href="https://www.facebook.com/sharer/sharer.php?u={{ url absolute='true' }}"
          onclick="window.open(this.href, 'facebook-share','width=580,height=296');return false;">
          Facebook
      </a>
      <a href="https://plus.google.com/share?url={{ url absolute='true' }}"
         onclick="window.open(this.href, 'google-plus-share', 'width=490,height=530');return false;">
          Google+
      </a>
    </div>

  </footer>

{{/post }}
</article>

Version data entries

4 entries across 4 versions & 1 rubygems

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