diff --git a/files/templates/home.html b/files/templates/home.html index 49964a3b9..f8bcce5c5 100644 --- a/files/templates/home.html +++ b/files/templates/home.html @@ -67,9 +67,9 @@ {% block navbar %}
{% if request.path=='/catalog' %} - Catalog + Catalog {% else %} - Catalog + Catalog {% endif %} {% if pins %} @@ -78,7 +78,7 @@ {% set pcolor = "secondary" %} {% endif %} - Pins + Pins {% if SITE_NAME != 'WPD' and not sub %} {% if holes %} @@ -87,10 +87,10 @@ {% set hcolor = "secondary" %} {% endif %} - Holes + Holes {% endif %} - -