diff --git a/_includes/base.html b/_includes/base.html index c6fc8d3f..43dfc7c3 100644 --- a/_includes/base.html +++ b/_includes/base.html @@ -1,6 +1,6 @@ {% assign base = '' %} {% assign depth = page.url | split: '/' | size | minus: 1 %} -{% if depth == 1 %}{% assign base = '.' %} -{% elsif depth == 2 %}{% assign base = '..' %} -{% elsif depth == 3 %}{% assign base = '../..' %} -{% elsif depth == 4 %}{% assign base = '../../..' %}{% endif %} +{% if depth == 1 %}{% assign base = './' %} +{% elsif depth == 2 %}{% assign base = '../' %} +{% elsif depth == 3 %}{% assign base = '../../' %} +{% elsif depth == 4 %}{% assign base = '../../../' %}{% endif %} diff --git a/_layouts/post.html b/_layouts/post.html index 80c70b83..c5a38377 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -7,7 +7,7 @@ - + Cyclone @@ -20,8 +20,8 @@ View on GitHub

- - + Cyclone