From a802c981ebddbd0db6d7e0121ef79cf1cbcc9aa6 Mon Sep 17 00:00:00 2001
From: Meyer Zinn <20zinnm@users.noreply.github.com>
Date: Wed, 29 Jun 2016 13:50:34 -0400
Subject: [PATCH] Add Favicon
The default favicon is {{@blog.logo}}.
---
default.hbs | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/default.hbs b/default.hbs
index a79a310..326d197 100644
--- a/default.hbs
+++ b/default.hbs
@@ -31,6 +31,10 @@
+ {{! The default Favicon is the blog logo. }}
+
+
+
{{! Ghost outputs important style and meta data with this tag }}
{{ghost_head}}