template/ghost/post.hbs in edge_framework-1.3.6 vs template/ghost/post.hbs in edge_framework-1.4.0
- old
+ new
@@ -1,54 +1,54 @@
-{{!< 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 }}
+{{!< 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>
\ No newline at end of file