1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-07-28 06:11:03 +00:00

fix(blog): Make blog posts explicitly timezone-aware (#2912)

This commit is contained in:
2025-02-28 08:59:16 -06:00
parent 5f93339323
commit cb91421204
47 changed files with 50 additions and 50 deletions

View File

@@ -118,7 +118,7 @@
<div class="md-nav__link" title="Date published">
{% include ".icons/material/calendar.svg" %}
<time
datetime="{{ page.config.date.created }}Z"
datetime="{{ page.config.date.created }}"
class="md-ellipsis"
itemprop="datePublished"
>