From 4ee7892a86dae1b34d84e0fce82feefd93a46924 Mon Sep 17 00:00:00 2001 From: Alexis Tacnet Date: Tue, 27 Dec 2016 15:43:43 +0100 Subject: [PATCH] Fix screenshot path in README and logo path in exampleSite --- README.md | 2 +- exampleSite/config.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 902373f..c4bee3a 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ This theme is less minimalist than the original Cocoa, with some new features : * The font size in articles is higher, the text justified and lines are more spaced. * On mobile : display the date next to article's titles. - + # Table of Contents diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 4b26a85..5d61404 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -22,8 +22,8 @@ cachebuster = true dateform = "Jan 2, 2006" dateformfull = "Mon Jan 2 2006 15:04:05 MST" description = "Example blog" -logofile = "images/logo.png" -faviconfile = "images/logo.png" +logofile = "img/logo.png" +faviconfile = "img/logo.png" highlightjs = true lang = "en" github = "https://github.com/example"