fix ref
This commit is contained in:
parent
2a98674f82
commit
8f8e22fe2d
@ -42,6 +42,7 @@ collections:
|
|||||||
permalink: /:slug
|
permalink: /:slug
|
||||||
|
|
||||||
feed:
|
feed:
|
||||||
|
path: feed.xml
|
||||||
collections:
|
collections:
|
||||||
notes:
|
notes:
|
||||||
path: "/feed.xml"
|
path: "/feed.xml"
|
||||||
|
@ -5,11 +5,12 @@ layout: default
|
|||||||
<article class="w-50">
|
<article class="w-50">
|
||||||
<header class="mb2">
|
<header class="mb2">
|
||||||
<h1>{{ page.title }}</h1>
|
<h1>{{ page.title }}</h1>
|
||||||
<time class="code dib f7 ph3 pv2 ba br-pill" datetime="{{ page.date_created | date_to_xmlschema }}">{% if page.type != 'pages' %}
|
{% if page.date_created %}
|
||||||
Created on {{ page.date_created | date: "%B %-d, %Y" }}
|
<time class="code dib f7 ph3 pv2 ba br-pill" datetime="{{ page.date_created | date_to_xmlschema }}">{% if page.type != 'pages' %}
|
||||||
{% endif %}
|
Created on {{ page.date_created | date: "%B %-d, %Y" }}
|
||||||
</time>
|
{% endif %}
|
||||||
</header>
|
</time>
|
||||||
|
{% endif %}
|
||||||
<time class="code dib f7 ph3 pv2 ba br-pill" datetime="{{ page.last_modified_at | date_to_xmlschema }}">{% if page.type != 'pages' %}
|
<time class="code dib f7 ph3 pv2 ba br-pill" datetime="{{ page.last_modified_at | date_to_xmlschema }}">{% if page.type != 'pages' %}
|
||||||
Last updated on {{ page.last_modified_at | date: "%B %-d, %Y" }}
|
Last updated on {{ page.last_modified_at | date: "%B %-d, %Y" }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Loading…
Reference in New Issue
Block a user