From 2d0e149454d44c4b2d4c94c5bc77296c0881d693 Mon Sep 17 00:00:00 2001 From: Harry Min Khant <118270468+harrymkt@users.noreply.github.com> Date: Wed, 28 Aug 2024 13:45:19 +0630 Subject: [PATCH] Fixed blog --- Source/_layouts/post.liquid | 2 +- Source/blog.md | 2 +- Source/blog/welcome.md | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Source/_layouts/post.liquid b/Source/_layouts/post.liquid index 52b8370..da526a5 100644 --- a/Source/_layouts/post.liquid +++ b/Source/_layouts/post.liquid @@ -1,6 +1,6 @@ {% include "header.liquid" %}

{{ page.title }}

-

Published on: {{ page.date: "%A, %B %d %Y" }}

+

Published on: {{ page.date: "%A, %B %d %Y" }}, GMT+6:30

{{ page.content }} diff --git a/Source/blog.md b/Source/blog.md index 3767045..0675213 100644 --- a/Source/blog.md +++ b/Source/blog.md @@ -10,7 +10,7 @@ permalink: /blog ## posts {% for post in collections.posts.pages %} ### [{{ post.title }}](/{{ post.permalink }}) -Published on: {{ post.date: "%A, %B %d %Y at %r" }} +Published on: {{ post.date: "%A, %B %d %Y at %r" }}, GMT+6:30 {{ post.excerpt | strip_html }} diff --git a/Source/blog/welcome.md b/Source/blog/welcome.md index ce33b69..590f819 100644 --- a/Source/blog/welcome.md +++ b/Source/blog/welcome.md @@ -1,6 +1,7 @@ --- layout: post.liquid title: Welcome +date: 2024-08-28 13:43 is_draft: false --- # Welcome