diff options
Diffstat (limited to 'blog')
| -rw-r--r-- | blog/posts/comic/meta.json | 2 | ||||
| -rw-r--r-- | blog/posts/hestia/meta.json | 2 | ||||
| -rw-r--r-- | blog/posts/let-there-be-light-theme/meta.json | 2 | ||||
| -rw-r--r-- | blog/posts/making-this-blog/meta.json | 2 | ||||
| -rw-r--r-- | blog/posts/still-working-on-this/meta.json | 2 | ||||
| -rw-r--r-- | blog/templates/blogpost.html.j2 | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/blog/posts/comic/meta.json b/blog/posts/comic/meta.json index 57995a7..32b031f 100644 --- a/blog/posts/comic/meta.json +++ b/blog/posts/comic/meta.json @@ -1,6 +1,6 @@ { "title" : "Comics!", - "publish_date" : "2025-12-27", + "publish_date" : "2025-12-27 18:34", "tags" : [ "comic", "art" diff --git a/blog/posts/hestia/meta.json b/blog/posts/hestia/meta.json index 8fc8bfa..fd3e1c0 100644 --- a/blog/posts/hestia/meta.json +++ b/blog/posts/hestia/meta.json @@ -1,6 +1,6 @@ { "title" : "Hestia: the homemade home assistant", - "publish_date" : "2025-01-29", + "publish_date" : "2025-01-29 13:27", "tags" : [ "hestia", "voice_assistant", diff --git a/blog/posts/let-there-be-light-theme/meta.json b/blog/posts/let-there-be-light-theme/meta.json index 4b0daaa..fec1a1c 100644 --- a/blog/posts/let-there-be-light-theme/meta.json +++ b/blog/posts/let-there-be-light-theme/meta.json @@ -1,6 +1,6 @@ { "title" : "Let there be light theme...", - "publish_date" : "2024-06-23", + "publish_date" : "2024-06-23 16:23", "tags" : [ "website" ] diff --git a/blog/posts/making-this-blog/meta.json b/blog/posts/making-this-blog/meta.json index ea9eacf..1e3c5b5 100644 --- a/blog/posts/making-this-blog/meta.json +++ b/blog/posts/making-this-blog/meta.json @@ -1,6 +1,6 @@ { "title" : "Making this blog", - "publish_date" : "2024-07-03", + "publish_date" : "2024-07-03 19:22", "tags" : [ "website", "css", diff --git a/blog/posts/still-working-on-this/meta.json b/blog/posts/still-working-on-this/meta.json index 6bdd67e..107f450 100644 --- a/blog/posts/still-working-on-this/meta.json +++ b/blog/posts/still-working-on-this/meta.json @@ -1,6 +1,6 @@ { "title" : "Still working on this website", - "publish_date" : "2024-09-22", + "publish_date" : "2024-09-22 20:13", "tags" : [ "website", "css", diff --git a/blog/templates/blogpost.html.j2 b/blog/templates/blogpost.html.j2 index 7375ee4..40dc7de 100644 --- a/blog/templates/blogpost.html.j2 +++ b/blog/templates/blogpost.html.j2 @@ -9,7 +9,7 @@ <hr> <p>{{ post.get_prompt("stat -c %.10w content") }} <br> -{{ post.get_publish_time() }}</p> +{{ post.get_publish_date() }}</p> <hr> <p>{{ post.get_cat_prompt("content") }}</p> <div class="blog-content-spacer"></div> |
