{{ .Title }}
+-
+ {{ range .Pages }}
+
- + {{ .Title }} + {{ .Date.Format "2006-01-02" }} + + {{ end }} +
From 73a19b741b8ddbb2ba95e218052afe2516f1964f Mon Sep 17 00:00:00 2001 From: Thomas Smith <49042513+tsmitty11@users.noreply.github.com> Date: Mon, 27 Mar 2023 11:29:32 -0400 Subject: [PATCH] Added partials to list.html --- src/content/blog/_index.md | 2 ++ src/layouts/_default/list.html | 45 ++++++++++++++++++++++------------ 2 files changed, 32 insertions(+), 15 deletions(-) diff --git a/src/content/blog/_index.md b/src/content/blog/_index.md index d8755ce..7bd3018 100644 --- a/src/content/blog/_index.md +++ b/src/content/blog/_index.md @@ -2,4 +2,6 @@ title: "Blog" description: "A collection of my thoughts, insights, and experiences." date: 2023-03-27 +menu: "main" +weight: 5 --- diff --git a/src/layouts/_default/list.html b/src/layouts/_default/list.html index e158d2c..097bff0 100644 --- a/src/layouts/_default/list.html +++ b/src/layouts/_default/list.html @@ -1,20 +1,35 @@ -
- - -