Don't show divider even if githubId is present.

This commit is contained in:
Francesco Rodríguez
2014-05-08 13:40:15 -03:00
parent 7416b826e0
commit 5faa4841ca
+1 -1
View File
@@ -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 %}