diff --git a/_config.yml b/_config.yml index 41197a5..cb44b45 100644 --- a/_config.yml +++ b/_config.yml @@ -11,7 +11,8 @@ homepage_title: Jekyll Documentation Theme — Designers site_title: Jekyll Documentation Theme — Designers disqus_shortname: idrbwjekyll google_analytics: UA-66296557-1 - +github_editme_path: tomjohnson1492/documentation-theme-jekyll/blob/gh-pages +# don't use a slash before or after the above path. here's how this url gets written out in page.html: https://github.com/{{site.github_editme_path}}{{page.url | replace: '.html', '.md'}} # variables sidebar_tagline: designers diff --git a/_data/sidebar_doc.yml b/_data/sidebar_doc.yml index 55f2e72..1f6ad25 100644 --- a/_data/sidebar_doc.yml +++ b/_data/sidebar_doc.yml @@ -131,7 +131,7 @@ entries: version: all - title: Tags - url: /tags.html + url: /doc_tags.html audience: writers, designers platform: all product: all diff --git a/_layouts/page.html b/_layouts/page.html index 9418b6d..3b1b18a 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -12,9 +12,11 @@ layout: default {% endif %} {% include toc.html %} - + {{content}} + +