We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d98080 commit 9bc093dCopy full SHA for 9bc093d
_layouts/post.html
@@ -19,7 +19,7 @@
19
<time datetime={{ page.date | date: "%Y-%m-%d" }} itemprop=datePublished>{{ page.date | date: "%-d %B, %Y" }}</time>
20
21
{% if page.last_modified_at %}
22
- <ins>and last updated on <time datetime={{ page.last_modified_at | date: "%Y-%m-%d" }} itemprop=dateModified>{{ page.last_modified_at | date: "%-d %B, %Y" }}</time></ins>
+ <ins>(last updated on <time datetime={{ page.last_modified_at | date: "%Y-%m-%d" }} itemprop=dateModified>{{ page.last_modified_at | date: "%-d %B, %Y" }}</time>)</ins>
23
{% endif %}
24
25
</p>
0 commit comments