diff --git a/404.html b/404.html index bf23a26f..6e8e7276 100644 --- a/404.html +++ b/404.html @@ -11,13 +11,13 @@ active_page: 404
-

If you believe you reached this page in error, please contact us!

+

If you believe you reached this page in error, please contact us!

diff --git a/_includes/badge.html b/_includes/badge.html index 2a2738de..f069d819 100644 --- a/_includes/badge.html +++ b/_includes/badge.html @@ -3,8 +3,8 @@ href="{{ include.link }}" class="badge badge-{{ include.color | default: "info" }}" {% if include.tooltip %} data-toggle="tooltip" - data-original-title="{{ include.tooltip }}"> {{ include.text }} -{% else %}> {{ include.text }}{% endif %} + data-original-title="{{ include.tooltip }}"> {{ include.text }} +{% else %}> {{ include.text }}{% endif %} {% else %} {{include.text}} + > {{include.text}} {% else %} - > {% if include.icon %}{% endif %} {{include.text}} + > {% if include.icon %}{% endif %} {{include.text}} {% endif %} {% endif %} diff --git a/_includes/breadcrumbs.html b/_includes/breadcrumbs.html index 01f198db..b744bb53 100644 --- a/_includes/breadcrumbs.html +++ b/_includes/breadcrumbs.html @@ -2,7 +2,7 @@ {% assign crumbs = page.url | remove:'/index.html' | split: '/' %}