commit 8ce8cdf9facd43965f38147fb12e4ef52482047d Author: hiro hiro@torproject.org Date: Fri Aug 23 13:57:34 2019 +0200
Update navbar --- templates/navbar.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/navbar.html b/templates/navbar.html index 9e343cf..a1dac26 100644 --- a/templates/navbar.html +++ b/templates/navbar.html @@ -28,7 +28,7 @@ {% set link = site.get(item.path) %} {% if link %} <a class="nav-link" href="{{ item.path|url(alt=this.alt) }}"> - {% elif item.label == "Documentation"} + {% elif item.label == "Documentation" or item.label == "Blog"} <a class="nav-link" href="{{ item.path }}"> {% else %} <a class="nav-link" href="{{ item.path }}/{{this.alt}}">
tor-commits@lists.torproject.org