From 510a1e8f8230d1765dcb62d3c151f489238653fb Mon Sep 17 00:00:00 2001 From: Indrajith K L Date: Sun, 20 Mar 2022 01:43:18 +0530 Subject: Layout and Widget Changes * Adds Utterance Comment Widget - Enable Comments for Pages using enableComment(boolean) variable in pages * Adds About Section --- content/about.md | 7 +++++++ content/posts/fist-post.md | 1 + 2 files changed, 8 insertions(+) create mode 100644 content/about.md (limited to 'content') diff --git a/content/about.md b/content/about.md new file mode 100644 index 0000000..d92a4cb --- /dev/null +++ b/content/about.md @@ -0,0 +1,7 @@ +--- +title: "About" +url: "/about/" +summary: about +enableComment: false +--- +Hey there diff --git a/content/posts/fist-post.md b/content/posts/fist-post.md index d2cb996..8169681 100644 --- a/content/posts/fist-post.md +++ b/content/posts/fist-post.md @@ -4,5 +4,6 @@ date: 2022-03-19T16:07:08+05:30 draft: false tags: ['craps'] categories: ['no-catagories'] +enableComment: true --- This is a test -- cgit v1.2.3