From c4bc398a719d10327325b25524a116413f7c30cd Mon Sep 17 00:00:00 2001 From: JP Appel Date: Mon, 6 May 2024 15:24:30 -0400 Subject: updated base template to include meta info about the page --- layouts/partials/page_info.html | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 layouts/partials/page_info.html (limited to 'layouts/partials') diff --git a/layouts/partials/page_info.html b/layouts/partials/page_info.html new file mode 100644 index 0000000..1b7582f --- /dev/null +++ b/layouts/partials/page_info.html @@ -0,0 +1,8 @@ + + +{{ with .Params.description }} + +{{ end }} +{{ with .Params.tags }} + +{{ end }} -- cgit v1.2.3