From 4ee33cf0966bd751c3e04db066ddbb771c262b2a Mon Sep 17 00:00:00 2001 From: Nathan Marley Date: Tue, 19 Sep 2017 10:25:52 +0800 Subject: [PATCH] add trailing slash to team url * correct resource URL reference * consistent w/other URLs --- _includes/nav-desktop.html | 2 +- _includes/nav-mobile.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_includes/nav-desktop.html b/_includes/nav-desktop.html index 5659172..c3f1b19 100644 --- a/_includes/nav-desktop.html +++ b/_includes/nav-desktop.html @@ -20,7 +20,7 @@ - + {% if page.layout != 'post' %} diff --git a/_includes/nav-mobile.html b/_includes/nav-mobile.html index 804c2f9..a98e84e 100644 --- a/_includes/nav-mobile.html +++ b/_includes/nav-mobile.html @@ -11,7 +11,7 @@
  • {% t nav.merchants %}
  • {% t nav.currency %}
  • {% t nav.community %}
  • -
  • {% t nav.team %}
  • +
  • {% t nav.team %}
  • {% t nav.blog %}
  • {% t nav.evolution %}
  • {% if page.layout != 'post' %}