527bc0d824
layouts/partials/opengraph.html: Fix date for nodes
...
.Site.LastChange is the date of the last modification on the entire
site, not necessarily on the node we're currently showing, such as
a taxonomy list.
2017-01-22 16:31:38 +02:00
64d8bdab83
layouts/partials/opengraph.html: Work on OpenGraph tags
...
Better use of dates for ALL nodes/pages. I wrote extensive comments
as a note for when I eventually submit this upstream to Hugo.
2017-01-22 15:48:21 +02:00
868b5b3c13
layouts/partials/opengraph.html: Adjust .Params.audio block
...
Bring it back on the same line as the above, to make it more like
the Hugo template that we stole it from.
See: tpl/template_embedded.go
2017-01-22 14:01:28 +02:00
64541ef84e
layouts/partials/opengraph.html: Improve date handling
...
Both the Facebook and OpenGraph documentation specify the usage of
article:published_time and article:modified_time tags for articles.
For websites, however, the Facebook documentation recommends the
og:updated_time tag instead.
See: https://developers.facebook.com/docs/reference/opengraph/object-type/article
See: http://ogp.me
See: https://developers.facebook.com/docs/reference/opengraph/object-type/website
2017-01-22 14:01:28 +02:00
2e04a8ce26
Import opengraph partial from Hugo
...
Hugo's current handling of dates in the opengraph partial needs
nome work to be more correct—for example: the usage of published
and updated times. This comes verbatim from the Hugo source tree.
See: tpl/template_embedded.go
2017-01-22 14:01:28 +02:00