Add configurable external links to top navigation. Resolves #5

This commit is contained in:
Michael Rose
2013-06-30 15:34:46 -04:00
parent ed5062c9fd
commit 8e94928183
4 changed files with 39 additions and 4 deletions

View File

@@ -68,7 +68,7 @@ Your Google Analytics ID goes here along with meta tags for [Google Webmaster To
#### Top Navigation Links
Edit page/post titles and URLs to include in the site's navigation. If you want to add links to other sites you can hardcode them into `navigation.html`.
Edit page/post titles and URLs to include in the site's navigation. For external links add `external: true`.
``` yaml
# sample top navigation links
@@ -79,6 +79,9 @@ links:
url: /articles
- title: Other Page
url: /other-page
- title: External Page
url: http://mademistakes.com
external: true
```
#### Other Stuff