Sha256: 75f14156dd5823821f7b91d1318d4962add18190b6aa9d37f2938da20afad9f5
Contents?: true
Size: 1.32 KB
Versions: 6
Compression:
Stored size: 1.32 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 }}&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
6 entries across 6 versions & 1 rubygems