Skip to content

Commit

Permalink
Fixed blog
Browse files Browse the repository at this point in the history
  • Loading branch information
harrymkt committed Aug 28, 2024
1 parent 37e4d97 commit 2d0e149
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Source/_layouts/post.liquid
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% include "header.liquid" %}
<h1>{{ page.title }}</h1>
<p>Published on: {{ page.date: "%A, %B %d %Y" }} </p>
<p>Published on: {{ page.date: "%A, %B %d %Y" }}, GMT+6:30</p>

{{ page.content }}

Expand Down
2 changes: 1 addition & 1 deletion Source/blog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down
1 change: 1 addition & 0 deletions Source/blog/welcome.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: post.liquid
title: Welcome
date: 2024-08-28 13:43
is_draft: false
---
# Welcome
Expand Down

0 comments on commit 2d0e149

Please sign in to comment.