From 774f043104c839760700b0993107bf81fcdd63bd Mon Sep 17 00:00:00 2001 From: Anderson Aguiar Date: Mon, 21 Jul 2014 21:06:02 -0300 Subject: [PATCH] add missed target blank in external links --- _includes/navigation.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/navigation.html b/_includes/navigation.html index e6b7fac0546de..7b3d962758f31 100644 --- a/_includes/navigation.html +++ b/_includes/navigation.html @@ -50,6 +50,6 @@

{{ site.owner.name }}

  • All Tags
  • - {% for link in site.links %}
  • {% if link.external %}{{ link.title }}{% else %}{{ link.title }}{% endif %}
  • {% endfor %} + {% for link in site.links %}
  • {% if link.external %}{{ link.title }}{% else %}{{ link.title }}{% endif %}
  • {% endfor %}