aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2022-11-28 12:15:33 -0500
committertdro <tdro@noreply.example.com>2022-11-28 12:15:33 -0500
commit346ac9b3efe228f18fb40aac20d7f6d84292973f (patch)
treedf6b98de71b47a19c36c0529fe0c591e5009b776
parent024fbf2bd9b2d7ecf790e00ccbd3d475ab66a414 (diff)
downloadcanory-346ac9b3efe228f18fb40aac20d7f6d84292973f.tar.gz
canory-346ac9b3efe228f18fb40aac20d7f6d84292973f.tar.bz2
canory-346ac9b3efe228f18fb40aac20d7f6d84292973f.zip
themes/default/layouts/partials/function-generate-feeds: Remove description default placeholder
-rw-r--r--themes/default/layouts/partials/function-generate-feeds.html2
1 files changed, 1 insertions, 1 deletions
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/" -}}