From 2ddab030f326b9e6a0b15a75159090810bb905da Mon Sep 17 00:00:00 2001 From: Kyle Niewiada Date: Mon, 16 Jan 2017 17:49:37 -0500 Subject: [PATCH] Fix word casing --- lib/template.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/template.html b/lib/template.html index ab0cd6a..2dea55c 100644 --- a/lib/template.html +++ b/lib/template.html @@ -229,7 +229,7 @@ "publisher": { "@type": "Organization", {% if seo_author_name %} - "Name": {{ seo_author_name | jsonify }}, + "name": {{ seo_author_name | jsonify }}, {% endif %} "logo": { "@type": "ImageObject",