Add dummy single pages

This commit is contained in:
Aadi Desai 2022-02-27 14:09:01 +00:00
parent 09f220eb41
commit 5f9cf455e3
No known key found for this signature in database
GPG key ID: CFFFE425830EF4D9
6 changed files with 24 additions and 0 deletions

4
content/blog/about.md Normal file
View file

@ -0,0 +1,4 @@
---
title: About Us
include_footer: true # or false to display the footer
---

4
content/blog/contact.md Normal file
View file

@ -0,0 +1,4 @@
---
title: Contact Us
include_footer: true # or false to display the footer
---

4
content/blog/latest.md Normal file
View file

@ -0,0 +1,4 @@
---
title: Latest News
include_footer: true # or false to display the footer
---

4
content/docs/app.md Normal file
View file

@ -0,0 +1,4 @@
---
title: App Guide
include_footer: true # or false to display the footer
---

View file

@ -0,0 +1,4 @@
---
title: Dashboard Guide
include_footer: true # or false to display the footer
---

View file

@ -0,0 +1,4 @@
---
title: Quickstart Guide
include_footer: true # or false to display the footer
---