You've already forked Ghost-Theme-Source
Post meta
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{{#if showFeatured}}
|
||||
{{#get "posts" filter="featured:true" limit="4" as |featured|}}
|
||||
{{#get "posts" filter="featured:true" include="authors" limit="4" as |featured|}}
|
||||
{{#if featured}}
|
||||
<section class="gh-featured gh-outer">
|
||||
<div class="gh-featured-inner gh-inner">
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<section class="gh-container is-{{#match @custom.post_list_style "List"}}list{{else}}grid{{/match}}{{#if @custom.show_sidebar}} has-sidebar{{/if}} gh-outer">
|
||||
<section class="gh-container is-{{#match @custom.post_list_style "List"}}list{{else}}grid{{/match}}{{#if @custom.show_sidebar}} has-sidebar{{/if}}{{#if @custom.hide_images}} no-image{{/if}} gh-outer">
|
||||
<div class="gh-container-inner gh-inner">
|
||||
|
||||
<main class="gh-main">
|
||||
|
||||
Reference in New Issue
Block a user