From 5faa4841cac7fd4a61c4872c53e7645689d54536 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francesco=20Rodr=C3=ADguez?= Date: Thu, 8 May 2014 13:40:15 -0300 Subject: [PATCH] Don't show divider even if githubId is present. --- theme/templates/includes/book/summary.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/templates/includes/book/summary.html b/theme/templates/includes/book/summary.html index 1066da4fb..a18bcaa30 100644 --- a/theme/templates/includes/book/summary.html +++ b/theme/templates/includes/book/summary.html @@ -21,7 +21,7 @@ {% endif %} - {% if options.links.contribute || options.links.issues || options.links.about || githubId %} + {% if options.links.contribute || options.links.issues || options.links.about %}
  • {% endif %}