From 57615cebe808b009e16b682ed09f72efe94f2b38 Mon Sep 17 00:00:00 2001 From: bhitney Date: Mon, 22 Mar 2021 15:25:27 -0400 Subject: [PATCH] Support configurable branch (#42) * Support configurable branch Added github_branch parameter to config to support branch name on edit link on editable.html. * updated version, changelog --- CHANGELOG.md | 1 + VERSION | 2 +- _config.yml | 1 + _includes/editable.html | 2 +- 4 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 093a985..db0abc8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ Critical items to know are: - changed behaviour ## [master](https://github.com/vsoch/docsy-jekyll/tree/master) + - added support for github_branch (default 'master') in config (0.0.22) - adding support in footer to icon and link to linkedin url (0.0.21) - updating repository with copyright notice, google analytics bug fix (0.0.2) - fixing link to repository in about.md (0.0.19) diff --git a/VERSION b/VERSION index 236c7ad..818944f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.21 +0.0.22 diff --git a/_config.yml b/_config.yml index a306594..c96a550 100644 --- a/_config.yml +++ b/_config.yml @@ -32,6 +32,7 @@ url: "https://vsoch.github.io" # the base hostname & protocol for your site repo: "https://github.com/vsoch/docsy-jekyll" github_user: "vsoch" github_repo: "docsy-jekyll" +github_branch: "master" # Optional twitter: vsoch diff --git a/_includes/editable.html b/_includes/editable.html index 541f7dc..5864f27 100644 --- a/_includes/editable.html +++ b/_includes/editable.html @@ -1,4 +1,4 @@ - Edit this page + Edit this page Create documentation issue Create project issue