diff options
author | Francesco RodrÃguez <frodsan@me.com> | 2014-05-08 13:40:15 -0300 |
---|---|---|
committer | Francesco RodrÃguez <frodsan@me.com> | 2014-05-08 13:40:15 -0300 |
commit | 5faa4841cac7fd4a61c4872c53e7645689d54536 (patch) | |
tree | 582edb1a3051b69158047fe38c1926c6c482cfb3 | |
parent | 7416b826e073712cf30e8734f5358e25226f5f3d (diff) | |
download | gitbook-5faa4841cac7fd4a61c4872c53e7645689d54536.zip gitbook-5faa4841cac7fd4a61c4872c53e7645689d54536.tar.gz gitbook-5faa4841cac7fd4a61c4872c53e7645689d54536.tar.bz2 |
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 %} |