From 65a297a1b31b697877daf15c801fe2c8dbd5cee3 Mon Sep 17 00:00:00 2001 From: ppoffice Date: Fri, 24 Jul 2015 21:46:30 +0800 Subject: [PATCH] add logo config --- _config.yml.example | 3 +++ layout/_partial/header.ejs | 2 +- source/css/_variables.styl | 1 - source/css/style.styl | 5 ++--- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/_config.yml.example b/_config.yml.example index f9c8dc9..386f892 100644 --- a/_config.yml.example +++ b/_config.yml.example @@ -1,3 +1,6 @@ +# Logo +logo: css/images/logo.png # Empty this to unset logo + # Header menu: Home: . diff --git a/layout/_partial/header.ejs b/layout/_partial/header.ejs index 1c199c4..f37d023 100644 --- a/layout/_partial/header.ejs +++ b/layout/_partial/header.ejs @@ -1,7 +1,7 @@