diff --git a/README.md b/README.md index 7ae7472..b219211 100644 --- a/README.md +++ b/README.md @@ -53,12 +53,16 @@ The SEO tag will respect any of the following if included in your site's `_confi * `description` - A short description (e.g., A blog dedicated to reviewing cat gifs) * `url` - The full URL to your site. Note: `site.github.url` will be used by default. * `twitter:username` - The site's Twitter handle. You'll want to describe it like so: - ```yml twitter: username: benbalter ``` - +* `facebook:app_id` (A Facebook app ID for Facebook insights), and/or `facebook:publisher` (A Facebook page URL or ID of the publishing entity). You'll want to describe one or both like so: + ```yml + facebook: + app_id: 1234 + publisher: 1234 + ``` * `logo` - Relative URL to a site-wide logo (e.g., `assets/your-company-logo.png`) * `social` - For [specifying social profiles](https://developers.google.com/structured-data/customize/social-profiles). The following properties are available: * `type` - Either `person` or `organization` (defaults to `person`) diff --git a/lib/jekyll-seo-tag/version.rb b/lib/jekyll-seo-tag/version.rb index 8b59136..ee50ec8 100644 --- a/lib/jekyll-seo-tag/version.rb +++ b/lib/jekyll-seo-tag/version.rb @@ -3,6 +3,6 @@ module Liquid; class Tag; end; end module Jekyll class SeoTag < Liquid::Tag - VERSION = "0.1.4" + VERSION = "1.0.0" end end diff --git a/lib/template.html b/lib/template.html index 41b6aef..6697942 100644 --- a/lib/template.html +++ b/lib/template.html @@ -79,12 +79,15 @@ {% if page.date %} + + {% if page.next.url %} {% endif %} {% if page.previous.url %} {% endif %} +