diff --git a/_includes/navigation.html b/_includes/navigation.html index 3e781ca..23783d8 100644 --- a/_includes/navigation.html +++ b/_includes/navigation.html @@ -2,7 +2,13 @@ {% for link in site.links %} - {{ link.title }} + + {% if link.external %} + {{ link.title }} + {% else %} + {{ link.title }} + {% endif %} + {% endfor %} Feed @@ -20,4 +26,4 @@ {{ site.title }} {{ site.description }} -{% endif %} \ No newline at end of file +{% endif %}