From ea9d10709781173dd20b624b605d54336eac750d Mon Sep 17 00:00:00 2001 From: infl00p Date: Mon, 1 Jul 2024 17:47:09 +0300 Subject: [PATCH] fix lists titles --- content/pages/_index.md | 6 ++++++ content/posts/_index.md | 3 +++ 2 files changed, 9 insertions(+) create mode 100644 content/pages/_index.md create mode 100644 content/posts/_index.md diff --git a/content/pages/_index.md b/content/pages/_index.md new file mode 100644 index 0000000..0a9820d --- /dev/null +++ b/content/pages/_index.md @@ -0,0 +1,6 @@ +--- +title: "Απλές Σελίδες" +build: + render: "never" + list: "never" +--- diff --git a/content/posts/_index.md b/content/posts/_index.md new file mode 100644 index 0000000..6a2e264 --- /dev/null +++ b/content/posts/_index.md @@ -0,0 +1,3 @@ +--- +title: "Δημοσιεύσεις" +---