From cced1c107e2d6daf8048280132353aaa8c639ca1 Mon Sep 17 00:00:00 2001 From: pUrGe12 Date: Tue, 2 Jul 2024 22:30:43 +0530 Subject: [PATCH] created directory and index --- content/ContactUs/_index.md | 9 +++++++++ content/{ => ContactUs}/contacts.md | 0 content/about.md | 2 +- 3 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 content/ContactUs/_index.md rename content/{ => ContactUs}/contacts.md (100%) diff --git a/content/ContactUs/_index.md b/content/ContactUs/_index.md new file mode 100644 index 0000000..035b43a --- /dev/null +++ b/content/ContactUs/_index.md @@ -0,0 +1,9 @@ ++++ +paginate_by = 15 +paginate_path = "ContactUs" +title = "Contact Us" +sort_by = "date" +page_template = "blog-page.html" ++++ + +> List of all *[tags](/blog/tags)* diff --git a/content/contacts.md b/content/ContactUs/contacts.md similarity index 100% rename from content/contacts.md rename to content/ContactUs/contacts.md diff --git a/content/about.md b/content/about.md index a58ddb7..f6320ef 100644 --- a/content/about.md +++ b/content/about.md @@ -80,5 +80,5 @@ The introduction and progression of intrusion detection systems (IDSs) is a prim # Let's get in touch -Have a project idea or collaboration in mind? [Get in touch](./content/contacts.md) and let's make it happen! +Have a project idea or collaboration in mind? [Get in touch](./content/ContactUs/contacts.md) and let's make it happen!