last modified plugin
This commit is contained in:
parent
e4d25cf687
commit
36f8b2ed5f
8 changed files with 24 additions and 14 deletions
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
<!-- Standard SEO -->
|
||||
<meta name="title" content="{{ page.title }}, {{ site.title }}">
|
||||
<meta name="dc.date.modified" scheme="ISO8601" content="{{ site.time | date_to_xmlschema }}" />
|
||||
<meta name="dc.date.modified" scheme="ISO8601" content="{{ page.last_modified_at | date_to_xmlschema }}" />
|
||||
<meta name='robots' content='index'/>
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
|
|
@ -176,7 +176,7 @@
|
|||
"inLanguage": "en_us",
|
||||
"headline": "{{ site.tagline }}",
|
||||
"dateCreated": "{{ page.date }}",
|
||||
"dateModified": "{{ site.time | date_to_xmlschema }}",
|
||||
"dateModified": "{{ page.last_modified_at | date_to_xmlschema }}",
|
||||
"datePublished": "{{ page.date }}",
|
||||
"copyrightYear": "{{ site.time | date: "%Y" }}",
|
||||
"author": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue