diff --git a/_includes/breadcrumb.html b/_includes/breadcrumb.html index 5ea8871..1de32c5 100644 --- a/_includes/breadcrumb.html +++ b/_includes/breadcrumb.html @@ -7,12 +7,11 @@ \ No newline at end of file + diff --git a/_includes/navigation.html b/_includes/navigation.html index 170dc59..0888ea9 100644 --- a/_includes/navigation.html +++ b/_includes/navigation.html @@ -24,7 +24,9 @@ {% if link.url contains 'http' %} {% assign domain = '' %} - {% else %} + {% elsif link.url == '#' %} + {% assign domain = '' %} + {% else %} {% assign domain = site.url %} {% endif %} @@ -76,7 +78,9 @@ {% if link.url contains 'http' %} {% assign domain = '' %} - {% else %} + {% elsif link.url == '#' %} + {% assign domain = '' %} + {% else %} {% assign domain = site.url %} {% endif %}