From 9a9d7efd9ae9a74b93f1b19028f23dd8ca9c12ad Mon Sep 17 00:00:00 2001 From: Justin Walsh Date: Mon, 22 Jul 2013 11:07:43 -0500 Subject: [PATCH] Merging fix for relative paths by @epicwhale Fixes #35 Fixes #29 Fixes #26 Fixes #7 --- README.md | 2 +- docs/00_Getting_Started.md | 2 +- docs/config.json | 4 ++-- index.php | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f89572d..93603c9 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ If you want to create a beautiful landing page for your project, simply create a { "title": "Daux.io", "tagline": "The Easiest Way To Document Your Project", - "image": "/img/app.png" + "image": "img/app.png" } Note: The image can be a local or remote image. diff --git a/docs/00_Getting_Started.md b/docs/00_Getting_Started.md index f89572d..93603c9 100644 --- a/docs/00_Getting_Started.md +++ b/docs/00_Getting_Started.md @@ -61,7 +61,7 @@ If you want to create a beautiful landing page for your project, simply create a { "title": "Daux.io", "tagline": "The Easiest Way To Document Your Project", - "image": "/img/app.png" + "image": "img/app.png" } Note: The image can be a local or remote image. diff --git a/docs/config.json b/docs/config.json index 13dd813..c133ecf 100644 --- a/docs/config.json +++ b/docs/config.json @@ -1,7 +1,7 @@ { "title": "DAUX.IO", "tagline": "The Easiest Way To Document Your Project", - "image": "/img/app.png", + "image": "img/app.png", "theme": "navy", "repo": "justinwalsh/daux.io", "twitter": ["justin_walsh", "todaymade"], @@ -12,4 +12,4 @@ "Help/Support/Bugs": "https://github.com/justinwalsh/daux.io/issues", "Made by Todaymade": "http://todaymade.com" } -} +} \ No newline at end of file diff --git a/index.php b/index.php index e59124c..28a6bee 100644 --- a/index.php +++ b/index.php @@ -87,7 +87,7 @@ if ($homepage && $homepage_url !== '/') { - img/favicon.png" type="image/x-icon"> +