diff --git a/author.hbs b/author.hbs index 495dad2..439b63c 100644 --- a/author.hbs +++ b/author.hbs @@ -1,76 +1,76 @@ -{{!< default}} -{{!-- The tag above means - insert everything in this file into the {body} of the default.hbs template --}} - -
-
- -
- - {{#author}} -
- - {{#if feature_image}} -
- {{!-- This is a responsive image, it loads different sizes depending on device - https://medium.freecodecamp.org/a-guide-to-responsive-images-with-ready-to-use-templates-c400bd65c433 --}} - {{title}} -
- {{/if}} - -
-
- - {{#if profile_image}} - {{name}} - {{/if}} - -
-

{{name}}

-
- - {{#if bio}} -
{{bio}}
- {{/if}} - - - -
-
- -
- {{/author}} - - {{#foreach posts}} - {{!-- The tag below includes the markup for each post - partials/post-card.hbs --}} - {{> "post-card"}} - {{/foreach}} - -
- - {{pagination}} - -
-
+{{!< default}} +{{!-- The tag above means - insert everything in this file into the {body} of the default.hbs template --}} + +
+
+ +
+ + {{#author}} +
+ + {{#if cover_image}} +
+ {{!-- This is a responsive image, it loads different sizes depending on device + https://medium.freecodecamp.org/a-guide-to-responsive-images-with-ready-to-use-templates-c400bd65c433 --}} + {{title}} +
+ {{/if}} + +
+
+ + {{#if profile_image}} + {{name}} + {{/if}} + +
+

{{name}}

+
+ + {{#if bio}} +
{{bio}}
+ {{/if}} + + + +
+
+ +
+ {{/author}} + + {{#foreach posts}} + {{!-- The tag below includes the markup for each post - partials/post-card.hbs --}} + {{> "post-card"}} + {{/foreach}} + +
+ + {{pagination}} + +
+
diff --git a/package.json b/package.json index 84da829..96ecbf8 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "casper-aytac", "description": "A clean, minimal default theme for the Ghost publishing platform with little modifications by Aytac", "demo": "https://aytac.kirmizi.online", - "version": "5.4.4", + "version": "5.4.5", "engines": { "ghost": ">=5.0.0" },