diff --git a/_config.yml b/_config.yml index 34a006f..ca420c9 100644 --- a/_config.yml +++ b/_config.yml @@ -10,7 +10,7 @@ sass: # Misc exclude: ['CNAME', 'LICENSE.md', 'README.md'] -permalink: /movie/:title/ +permalink: /movie/:title # Gems gems: diff --git a/_layouts/default.html b/_layouts/default.html index 60f85e7..4fd0c1f 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -23,7 +23,7 @@ {% if page.title %}{{page.title}} ‐ {{site.title}}{% else %}{{site.title}}{% endif %} {% endif %} - {% if page.url == "/news" %} + {% if page.url == "/news/" %} {% endif %} @@ -35,7 +35,7 @@ - {% if page.url == "/about-the-project" %} + {% if page.url == "/about-the-project/" %} {% else %}