From 346ac9b3efe228f18fb40aac20d7f6d84292973f Mon Sep 17 00:00:00 2001 From: tdro Date: Mon, 28 Nov 2022 12:15:33 -0500 Subject: themes/default/layouts/partials/function-generate-feeds: Remove description default placeholder --- themes/default/layouts/partials/function-generate-feeds.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/default/layouts/partials/function-generate-feeds.html b/themes/default/layouts/partials/function-generate-feeds.html index 0caf08f..547a7e3 100644 --- a/themes/default/layouts/partials/function-generate-feeds.html +++ b/themes/default/layouts/partials/function-generate-feeds.html @@ -16,7 +16,7 @@ {{- $content := "" -}} {{- $date := now.Format "2006-01-02T15:04:05Z" -}} - {{- $description := "No description found." -}} + {{- $description := "" -}} {{- $enclosure := "" -}} {{- $imageLink := "" -}} {{- $link := "https://example.com/link/" -}} -- cgit v1.2.3