From f3df104b1e6f7e429a9da2d1fc8f60719791ee55 Mon Sep 17 00:00:00 2001 From: hadihariri Date: Sat, 15 Jul 2017 11:32:50 +0200 Subject: [PATCH] Fixed Edit button --- _config.yml | 2 +- _layouts/page.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 2606b4cc7..a6551337b 100644 --- a/_config.yml +++ b/_config.yml @@ -16,7 +16,7 @@ company_name: JetBrains company_url: https://jetbrains.com/ # this appears in the footer -github_editme_path: ktorio/ktorio.github.io/edit/master/pages/docs/ +github_editme_path: ktorio/ktorio.github.io/edit/master/ # 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: ktorio-github-io diff --git a/_layouts/page.html b/_layouts/page.html index 52f6593a0..10f709dbc 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -15,7 +15,7 @@ {% else %}

{{ page.title }} {% if site.github_editme_path %} - + Edit {% endif %}