diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-12-02 20:38:55 -0800 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-12-02 20:38:55 -0800 |
| commit | 98ddc6edd51bc961ef8dbeb9852fdbb3978f23ce (patch) | |
| tree | 06fc2f63ef2e0a5913e5a3ccacac2bc2b0d312b3 /micro.pinapelz.moe/posts | |
| parent | 20d22355022cff53b096af7719ced5d74632019a (diff) | |
fix: micro posts imprecise dt-published values
Diffstat (limited to 'micro.pinapelz.moe/posts')
4 files changed, 6 insertions, 6 deletions
diff --git a/micro.pinapelz.moe/posts/2025-12-01-hello-world/index.html b/micro.pinapelz.moe/posts/2025-12-01-hello-world/index.html index 0041a87..779d6dd 100644 --- a/micro.pinapelz.moe/posts/2025-12-01-hello-world/index.html +++ b/micro.pinapelz.moe/posts/2025-12-01-hello-world/index.html @@ -85,7 +85,7 @@ <div><b> - <time class="dt-published" datetime="2025-12-01"> + <time class="dt-published" datetime="2025-12-01T20:11:57-08:00"> Monday, December 1, 2025 </time> - <a href="https://micro.pinapelz.moe/posts/2025-12-01-hello-world/" class="u-url u-uid" >Permalink</a> diff --git a/micro.pinapelz.moe/posts/2025-12-02-china-town-fair/index.html b/micro.pinapelz.moe/posts/2025-12-02-china-town-fair/index.html index 43f3a73..d19c277 100644 --- a/micro.pinapelz.moe/posts/2025-12-02-china-town-fair/index.html +++ b/micro.pinapelz.moe/posts/2025-12-02-china-town-fair/index.html @@ -85,7 +85,7 @@ <div><b> - <time class="dt-published" datetime="2025-12-02"> + <time class="dt-published" datetime="2025-12-02T00:22:32-08:00"> Tuesday, December 2, 2025 </time> - <a href="https://micro.pinapelz.moe/posts/2025-12-02-china-town-fair/" class="u-url u-uid" >Permalink</a> diff --git a/micro.pinapelz.moe/posts/2025-12-02-power-bank-recall/index.html b/micro.pinapelz.moe/posts/2025-12-02-power-bank-recall/index.html index 546d17a..d2d503f 100644 --- a/micro.pinapelz.moe/posts/2025-12-02-power-bank-recall/index.html +++ b/micro.pinapelz.moe/posts/2025-12-02-power-bank-recall/index.html @@ -85,7 +85,7 @@ <div><b> - <time class="dt-published" datetime="2025-12-02"> + <time class="dt-published" datetime="2025-12-02T19:45:01-08:00"> Tuesday, December 2, 2025 </time> - <a href="https://micro.pinapelz.moe/posts/2025-12-02-power-bank-recall/" class="u-url u-uid" >Permalink</a> diff --git a/micro.pinapelz.moe/posts/index.html b/micro.pinapelz.moe/posts/index.html index 6069e60..f2f35ff 100644 --- a/micro.pinapelz.moe/posts/index.html +++ b/micro.pinapelz.moe/posts/index.html @@ -117,7 +117,7 @@ </div> <div class="post-title"> - <time class="date dt-published" datetime="2025-12-02">02</time>: + <time class="date dt-published" datetime="2025-12-02T19:45:01-08:00">02</time>: <a href="https://micro.pinapelz.moe/posts/2025-12-02-power-bank-recall/" class="u-url p-name title"> INIU Power Bank Gets Recall @@ -156,7 +156,7 @@ </div> <div class="post-title"> - <time class="date dt-published" datetime="2025-12-02">02</time>: + <time class="date dt-published" datetime="2025-12-02T00:22:32-08:00">02</time>: <a href="https://micro.pinapelz.moe/posts/2025-12-02-china-town-fair/" class="u-url p-name title"> China Town Fair @@ -195,7 +195,7 @@ </div> <div class="post-title"> - <time class="date dt-published" datetime="2025-12-01">01</time>: + <time class="date dt-published" datetime="2025-12-01T20:11:57-08:00">01</time>: <a href="https://micro.pinapelz.moe/posts/2025-12-01-hello-world/" class="u-url p-name title"> Hello World - Why This |
