diff options
author | Aaron O'Mullan <aaron.omullan@gmail.com> | 2014-05-08 09:58:06 -0700 |
---|---|---|
committer | Aaron O'Mullan <aaron.omullan@gmail.com> | 2014-05-08 09:58:06 -0700 |
commit | 603ac8b91da891305b52617978543c1a11ebf294 (patch) | |
tree | 582edb1a3051b69158047fe38c1926c6c482cfb3 | |
parent | 7416b826e073712cf30e8734f5358e25226f5f3d (diff) | |
parent | 5faa4841cac7fd4a61c4872c53e7645689d54536 (diff) | |
download | gitbook-603ac8b91da891305b52617978543c1a11ebf294.zip gitbook-603ac8b91da891305b52617978543c1a11ebf294.tar.gz gitbook-603ac8b91da891305b52617978543c1a11ebf294.tar.bz2 |
Merge pull request #221 from frodsan/patch-1
Don't show divider even if githubId is present.
-rw-r--r-- | theme/templates/includes/book/summary.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/templates/includes/book/summary.html b/theme/templates/includes/book/summary.html index 1066da4..a18bcaa 100644 --- a/theme/templates/includes/book/summary.html +++ b/theme/templates/includes/book/summary.html @@ -21,7 +21,7 @@ </li> {% endif %} - {% if options.links.contribute || options.links.issues || options.links.about || githubId %} + {% if options.links.contribute || options.links.issues || options.links.about %} <li class="divider"></li> {% endif %} |