diff --git a/pages/mydoc/mydoc_commenting_on_files.md b/pages/mydoc/mydoc_commenting_on_files.md index 42e61c5..80e9066 100644 --- a/pages/mydoc/mydoc_commenting_on_files.md +++ b/pages/mydoc/mydoc_commenting_on_files.md @@ -24,7 +24,7 @@ Here's the code for that button on the page.html layout: Edit me -{% endraw %}{% endif %} +{% endif %}{% endraw %} ``` In your configuration file, edit the value for `github_editme_path`. For example, you might create a branch called "reviews" on your Github repo. Then you would add something like this in your configuration file for the 'github_editme_path': tomjohnson1492/documentation-theme-jekyll/edit/reviews. Here "tomjohnson1492" is my github account name. The repo name is "documentation-theme-jekyll". The "reviews" name is the branch.