From 5bf88d07f4da661b014dc02f95f34fc2a63a1b8d Mon Sep 17 00:00:00 2001 From: Eduardo Gomez Date: Tue, 19 Feb 2019 17:22:38 +0100 Subject: [PATCH] Default layout progress --- default.hbs | 26 ++++++++++++++++++++++++++ index.hbs | 2 ++ 2 files changed, 28 insertions(+) diff --git a/default.hbs b/default.hbs index e69de29..94a54ea 100644 --- a/default.hbs +++ b/default.hbs @@ -0,0 +1,26 @@ + + + + {{!-- Document Settings --}} + + + + {{!-- Base Meta --}} + {{meta_title}} + + + + {{!-- Styles'n'Scripts --}} + + + {{!-- This tag outputs SEO meta+structured data and other important settings --}} + {{ghost_head}} + + + {{!-- The #block helper will pull in data from the #contentFor other template files --}} + {{{block "scripts"}}} + + {{!-- Ghost outputs important scripts and data with this tag --}} + {{ghost_foot}} + + diff --git a/index.hbs b/index.hbs index e69de29..102f48d 100644 --- a/index.hbs +++ b/index.hbs @@ -0,0 +1,2 @@ +{{!< default}} +{{!-- Insert everything in this file into the {body} of the default.hbs template --}}