hugo/tpl
Anthony Fok edcdb6f49c Fix two errors in two internal templates
* template: _internal/_default/opengraph.html:39: unexpected EOF
 * template: _internal/_default/schema.html:15: unexpected {{end}}

Also change the DateTime inside these templates to ISO 8601 format,
and skip <meta itemprop="datePublished"> if `publishdate` is not set.

Perhaps it would be a good idea to expose `func (Time) IsZero`
to our templates?  :-)
2015-01-20 15:39:43 -07:00
..
template.go Add inline doc for Apply 2015-01-20 13:31:02 +01:00
template_embedded.go Fix two errors in two internal templates 2015-01-20 15:39:43 -07:00
template_test.go Add missing assertion to trim-test 2015-01-20 22:31:05 +01:00