diff --git a/lib/template.html b/lib/template.html index e4baf2d..eddc637 100644 --- a/lib/template.html +++ b/lib/template.html @@ -104,10 +104,6 @@ {% endif %} -{% if seo_author %} - -{% endif %} - {% if seo_description %} diff --git a/spec/jekyll_seo_tag_spec.rb b/spec/jekyll_seo_tag_spec.rb index 232c788..6ffbf4f 100644 --- a/spec/jekyll_seo_tag_spec.rb +++ b/spec/jekyll_seo_tag_spec.rb @@ -70,14 +70,6 @@ describe Jekyll::SeoTag do end end - context "with page.author" do - let(:page) { make_page("author" => "Mr. Foo") } - - it "uses the page author" do - expect(output).to match(%r!!) - end - end - context "with page.excerpt" do let(:page) { make_page("excerpt" => "foo") }