Skip to content

Commit

Permalink
fix draft issue with pages
Browse files Browse the repository at this point in the history
  • Loading branch information
officialrajdeepsingh committed Nov 10, 2022
1 parent fa5fe44 commit a088692
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pages/about-us.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: About us
description: About the author
date: 2022-11-08T08:55:59.004Z
draft: "true"
draft: false
tags:
- Blog
- About
Expand Down
4 changes: 2 additions & 2 deletions pages/contact-us.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: Contact us
description: "Contact us "
description: Contact us
date: 2022-11-08T08:57:51.118Z
draft: "true"
draft: false
tags:
- Contact
image: "/images/contact-us.jpg"
Expand Down
11 changes: 11 additions & 0 deletions pages/draft-page.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: Draft page
description: Draft page
date: 2022-11-08T08:57:51.118Z
draft: true
tags:
- draft
image: "/images/contact-us.jpg"
author: Rajdeep Singh
slug: draft-page
---

0 comments on commit a088692

Please sign in to comment.