You've already forked Ghost-Theme-Source
Featured post, post list and sidebar design details
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
<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">
|
||||
|
||||
<h2 class="gh-container-title">Latest</h2>
|
||||
|
||||
<main class="gh-main">
|
||||
<h2 class="gh-feed-title">Latest</h2>
|
||||
<div class="gh-feed">
|
||||
{{#foreach posts from="8"}}
|
||||
{{> "loop"}}
|
||||
|
||||
Reference in New Issue
Block a user