tpl: Use og:updated_time OpenGraph tag on nodes
authorAlan Orth <alan.orth@gmail.com>
Tue, 21 Feb 2017 13:18:59 +0000 (15:18 +0200)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Tue, 21 Feb 2017 13:41:09 +0000 (14:41 +0100)
commiteb27c47fc5102e05945f3beb892a839284d56dc8
treee4d95f47ea3f55c9eacf025589764931ce64751e
parentdf1ff57d1aee4bf3d9cc56327fd00522754938d9
tpl: Use og:updated_time OpenGraph tag on nodes

A previous commit greatly improved the OpenGraph tags generated by
Hugo's internal opengraph template, but there was a minor error in
the fix. Nodes are of type "website" and according to the Facebook
docs they should use og:updated_time.

See: https://github.com/spf13/hugo/pull/2979
See: https://developers.facebook.com/docs/reference/opengraph/object-type/website/
tpl/tplimpl/template_embedded.go