From e4ed2d864d4c2a28ae232ba7a6c9485feed234ae Mon Sep 17 00:00:00 2001 From: Hongchang Wu Date: Tue, 13 Dec 2016 21:33:56 -0500 Subject: [PATCH] Fix edit link for index.html --- _config.yml | 2 +- _layouts/page.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index f0c4729..8cf0cd9 100644 --- a/_config.yml +++ b/_config.yml @@ -11,7 +11,7 @@ site_title: Jekyll theme for documentation company_name: Your company # this appears in the footer -github_editme_path: tomjohnson1492/documentation-theme-jekyll/blob/gh-pages/pages/ +github_editme_path: tomjohnson1492/documentation-theme-jekyll/blob/gh-pages/ # if you're using Github, provide the basepath to the branch you've created for reviews, following the sample here. if not, leave this value blank. disqus_shortname: idrbwjekyll diff --git a/_layouts/page.html b/_layouts/page.html index c13d942..d7aedc4 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -41,7 +41,7 @@ layout: default {% if site.github_editme_path %} - Edit me + Edit me {% endif %}