diff --git a/lib/template.html b/lib/template.html index 981aa9a..9a86f1e 100755 --- a/lib/template.html +++ b/lib/template.html @@ -3,123 +3,123 @@ {{ seo_tag.title }} {% endif %} - + {% if seo_tag.page_title %} - + {% endif %} {% if seo_tag.author.name %} - + {% endif %} - + {% if seo_tag.description %} - - - + + + {% endif %} {% if site.url %} - - + + {% endif %} {% if seo_tag.site_title %} - + {% endif %} {% if seo_tag.image %} - + {% if seo_tag.image.height %} - + {% endif %} {% if seo_tag.image.width %} - + {% endif %} {% if seo_tag.image.alt %} - + {% endif %} {% endif %} {% if page.date %} - - + + {% else %} - + {% endif %} {% if paginator.previous_page %} - + {% endif %} {% if paginator.next_page %} - + {% endif %} {% if seo_tag.image %} - - + + {% else %} - + {% endif %} {% if seo_tag.image.alt %} - + {% endif %} {% if seo_tag.page_title %} - + {% endif %} {% if site.twitter %} - + {% if seo_tag.author.twitter %} - + {% endif %} {% endif %} {% if site.facebook %} {% if site.facebook.admins %} - + {% endif %} {% if site.facebook.publisher %} - + {% endif %} {% if site.facebook.app_id %} - + {% endif %} {% endif %} {% if site.webmaster_verifications %} {% if site.webmaster_verifications.google %} - + {% endif %} {% if site.webmaster_verifications.bing %} - + {% endif %} {% if site.webmaster_verifications.alexa %} - + {% endif %} {% if site.webmaster_verifications.yandex %} - + {% endif %} {% if site.webmaster_verifications.baidu %} - + {% endif %} {% if site.webmaster_verifications.facebook %} - + {% endif %} {% elsif site.google_site_verification %} - + {% endif %}