last modified plugin
This commit is contained in:
parent
e4d25cf687
commit
36f8b2ed5f
8 changed files with 24 additions and 14 deletions
|
|
@ -148,7 +148,7 @@
|
|||
"inLanguage": "en_us",
|
||||
"headline": "an online radio station from Rotterdam",
|
||||
"dateCreated": "2017-02-13T15:11:10+0000",
|
||||
"dateModified": "2018-01-15T16:11:48+0000",
|
||||
"dateModified": "{{ page.last_modified_at | date_to_xmlschema }}",
|
||||
"datePublished": "2017-02-19T12:28:36+0000",
|
||||
"copyrightYear": "2017",
|
||||
"author": {
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
<title>{{ page.title }} | {{ site.title }}</title>
|
||||
<!-- 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" />
|
||||
|
|
@ -171,7 +171,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": {
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
<!-- Standard SEO -->
|
||||
<meta name="title" content="{{ page.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" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue