diff --git a/lib/jekyll-redirect-from/redirect.html b/lib/jekyll-redirect-from/redirect.html index 6640310..3e6e148 100644 --- a/lib/jekyll-redirect-from/redirect.html +++ b/lib/jekyll-redirect-from/redirect.html @@ -3,9 +3,22 @@ Redirecting… - - + +

Redirecting…

- Click here if you are not redirected. + Click here if you are not redirected. + diff --git a/spec/jekyll_redirect_from/redirect_page_spec.rb b/spec/jekyll_redirect_from/redirect_page_spec.rb index b5af971..8138fd2 100644 --- a/spec/jekyll_redirect_from/redirect_page_spec.rb +++ b/spec/jekyll_redirect_from/redirect_page_spec.rb @@ -49,11 +49,7 @@ end it "contains the meta refresh tag" do - expect(output).to match("") - end - - it "contains the javascript redirect" do - expect(output).to match("") + expect(output).to match("") end it "contains canonical link in header" do @@ -61,7 +57,7 @@ end it "contains the clickable link" do - expect(output).to match("Click here if you are not redirected.") + expect(output).to match("Click here if you are not redirected.") end end end