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/categories/default | |
| parent | 20d22355022cff53b096af7719ced5d74632019a (diff) | |
fix: micro posts imprecise dt-published values
Diffstat (limited to 'micro.pinapelz.moe/categories/default')
| -rw-r--r-- | micro.pinapelz.moe/categories/default/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/micro.pinapelz.moe/categories/default/index.html b/micro.pinapelz.moe/categories/default/index.html index dfe44e1..9547984 100644 --- a/micro.pinapelz.moe/categories/default/index.html +++ b/micro.pinapelz.moe/categories/default/index.html @@ -79,14 +79,14 @@ <ul> <li> - <time class="date dt-published" datetime="2025-12-02">2025-12-02</time> + <time class="date dt-published" datetime="2025-12-02T19:45:01-08:00">2025-12-02</time> <a href="/posts/2025-12-02-power-bank-recall/">INIU Power Bank Gets Recall</a> </li> <li> - <time class="date dt-published" datetime="2025-12-01">2025-12-01</time> + <time class="date dt-published" datetime="2025-12-01T20:11:57-08:00">2025-12-01</time> <a href="/posts/2025-12-01-hello-world/">Hello World - Why This</a> </li> |
