From 23e9b8ae2169181ec3beff1ac07956647dca4df5 Mon Sep 17 00:00:00 2001 From: Pat Hawks Date: Tue, 5 Jan 2016 15:52:40 -0800 Subject: [PATCH] Replace '/index.html' with '/' --- lib/template.html | 8 ++++---- spec/jekyll_seo_tag_spec.rb | 9 +++++++++ 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/lib/template.html b/lib/template.html index 1366740..8da25cd 100644 --- a/lib/template.html +++ b/lib/template.html @@ -41,8 +41,8 @@ {% endif %} {% if seo_url %} - - + + {% endif %} {% if site.title %} @@ -64,10 +64,10 @@ {% if page.date %} {% if page.next.url %} - + {% endif %} {% if page.previous.url %} - + {% endif %}