From f0495c5f7c07e72628657bfd945a797c86c28d13 Mon Sep 17 00:00:00 2001 From: John Costa Date: Wed, 12 Mar 2025 22:48:07 +0000 Subject: [PATCH] feat: adding rss --- content/blog/_index.md | 1 + layouts/index.html | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/content/blog/_index.md b/content/blog/_index.md index 7ab7bd4..486e2d9 100644 --- a/content/blog/_index.md +++ b/content/blog/_index.md @@ -1,4 +1,5 @@ +++ title = 'Blog' date = 2023-11-14T17:55:14Z +outputs = ['html', 'rss'] +++ diff --git a/layouts/index.html b/layouts/index.html index caa6e3b..d908598 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -2,6 +2,10 @@ {{- partial "head.html" . -}} +