diff --git a/README.md b/README.md index bb7a4c2..ea4a67f 100644 --- a/README.md +++ b/README.md @@ -32,11 +32,11 @@ git pull ```r # Header menu: - Home: / - Archives: /archives - Categories: /categories # -> you need to add extra page to enable this, please see the config below. - Tags: /tags # -> you need to add extra page to enable this, please see the config below. - About: /about + Home: . + Archives: archives + Categories: categories # you need to add extra page to enable this, please see the config below. + Tags: tags # you need to add extra page to enable this, please see the config below. + About: about # Content excerpt_link: Read More @@ -58,7 +58,7 @@ contacts: twitter: '#' facebook: '#' dribbble: '#' - rss: /atom.xml + rss: atom.xml # Links links: @@ -66,7 +66,7 @@ links: # Miscellaneous google_analytics: -favicon: /favicon.png +favicon: favicon.png twitter: google_plus: fb_admins: diff --git a/_config.yml.example b/_config.yml.example index f64d61f..2979a0a 100644 --- a/_config.yml.example +++ b/_config.yml.example @@ -1,6 +1,6 @@ # Header menu: - Home: / + Home: . Archives: archives Categories: categories Tags: tags @@ -29,7 +29,7 @@ contacts: twitter: '#' facebook: '#' dribbble: '#' - rss: /atom.xml + rss: atom.xml # Links links: @@ -37,7 +37,7 @@ links: # Miscellaneous google_analytics: -favicon: /favicon.png +favicon: favicon.png twitter: google_plus: fb_admins: diff --git a/layout/_partial/header.ejs b/layout/_partial/header.ejs index c887015..fc376e9 100644 --- a/layout/_partial/header.ejs +++ b/layout/_partial/header.ejs @@ -1,7 +1,7 @@ \ No newline at end of file +