From 045c2e349504e0e1394f4ca497d8899c1e89ca47 Mon Sep 17 00:00:00 2001 From: "C. Lente" <7017340+clente@users.noreply.github.com> Date: Thu, 9 Feb 2023 17:28:32 -0300 Subject: Fetch menus from YAML --- exampleSite/content/blog/_index.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 exampleSite/content/blog/_index.md (limited to 'exampleSite/content/blog/_index.md') diff --git a/exampleSite/content/blog/_index.md b/exampleSite/content/blog/_index.md new file mode 100644 index 0000000..7588ac1 --- /dev/null +++ b/exampleSite/content/blog/_index.md @@ -0,0 +1,5 @@ +--- +title: "Blog" +menu: "main" +weight: 2 +--- \ No newline at end of file -- cgit v1.2.3