diff --git a/assets/images/manager.png b/assets/images/manager.png new file mode 100644 index 0000000..4653214 Binary files /dev/null and b/assets/images/manager.png differ diff --git a/custom-post-with-author.hbs b/custom-post-with-author.hbs index f8e4d4d..dc05811 100644 --- a/custom-post-with-author.hbs +++ b/custom-post-with-author.hbs @@ -1,67 +1,66 @@ -{{!< default}} +{{!< default}} {{#post}}
-{{#post}} + {{!-- Header --}} -
+
- {{!-- Header --}} + {{#if feature_image}} + {{title}} + {{/if}} +

+ {{title}} +

+ {{#if custom_excerpt}} +

+ {{custom_excerpt}} +

+ {{/if}} -
+

+ Written by + {{#foreach authors}} + {{name}} + {{/foreach}} + on - {{#if feature_image}} - {{title}} - {{/if}} -

- {{title}} -

- {{#if custom_excerpt}} -

- {{custom_excerpt}} -

- {{/if}} +

-

- Written by - {{#foreach authors}} - {{name}} - {{/foreach}} - on +

-

+ {{!-- Content --}} -
+
- {{!-- Content --}} + {{content}} -
+
- {{content}} +
+

Feeback or comments? We'd love to hear from you in our + community + forum! +

+
-
- + {{!-- Read more --}} +
- {{!-- Read more --}} + {{#get "posts" filter="tags:{{primary_tag.slug}}+id:>{{id}}" + limit="2" order="id asc"}} -
+ {{#foreach posts}} + {{> cardFancySmall}} + {{/foreach}} + {{/get}} - {{#get "posts" filter="tags:{{primary_tag.slug}}+id:>{{id}}" - limit="2" order="id asc"}} - - {{#foreach posts}} - {{> cardFancySmall}} - {{/foreach}} - {{/get}} - - {{#get "posts" filter="tags:{{primary_tag.slug}}+id:< - {{id}}" limit=" 2" order="id desc" }} - {{#foreach posts}} {{> cardFancySmall}} - {{/foreach}} {{/get}} {{> cardTag}}
- {{/post}} \ No newline at end of file + {{#get "posts" filter="tags:{{primary_tag.slug}}+id:< {{id}}" limit=" 2" order="id desc" }} {{#foreach posts}} {{> + cardFancySmall}} + {{/foreach}} {{/get}} {{> cardTag}} +
+ {{/post}} \ No newline at end of file diff --git a/package.json b/package.json index 9967109..92f1e8e 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "speckle-starter-theme", "description": "A custom theme for speckle", "demo": "https://starter.ghost.io", - "version": "2.4.7", + "version": "2.4.8", "engines": { "ghost": ">=3.0.0", "ghost-api": "v3" diff --git a/page-download.hbs b/page-download.hbs index 1353bf2..fd659aa 100644 --- a/page-download.hbs +++ b/page-download.hbs @@ -10,15 +10,15 @@
- Manage your Connectors and Accounts with ease with Manager for Speckle! + Manage your Connectors and Accounts with ease! Manager for Speckle is the only tool you'll need to install and update Connectors and link your Accounts.
-
+
-
+
-
+
+ + {{/post}} \ No newline at end of file