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