Use dcterms.date for html5 metadata.

This commit is contained in:
John MacFarlane 2012-01-28 16:12:10 -08:00
parent 0d174a6198
commit 438c5c3ea8
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@ $for(author-meta)$
<meta name="author" content="$author-meta$" />
$endfor$
$if(date-meta)$
<meta name="date" content="$date-meta$" />
<meta name="dcterms.date" content="$date-meta$" />
$endif$
<title>$if(title-prefix)$$title-prefix$ - $endif$$if(pagetitle)$$pagetitle$$endif$</title>
$if(highlighting-css)$

View file

@ -7,7 +7,7 @@ $for(author-meta)$
<meta name="author" content="$author-meta$">
$endfor$
$if(date-meta)$
<meta name="date" content="$date-meta$">
<meta name="dcterms.date" content="$date-meta$">
$endif$
<title>$if(title-prefix)$$title-prefix$ - $endif$$if(pagetitle)$$pagetitle$$endif$</title>
<!--[if lt IE 9]>