aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/_default/feeds.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/default/layouts/_default/feeds.html')
-rw-r--r--themes/default/layouts/_default/feeds.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/themes/default/layouts/_default/feeds.html b/themes/default/layouts/_default/feeds.html
index e4c1405..02201fb 100644
--- a/themes/default/layouts/_default/feeds.html
+++ b/themes/default/layouts/_default/feeds.html
@@ -46,13 +46,13 @@
{{ with resources.GetRemote . | transform.Unmarshal -}}
- {{- $title := "Example Domain" -}}
+ {{- $title := "No Title Found" -}}
{{- $link := "https://example.com/link" -}}
{{- $description := "No description found." -}}
{{- $content := "No content found." -}}
- {{- $sourceTitle := "From Example Domain" -}}
+ {{- $sourceTitle := "No source title found" -}}
{{- $sourceLink := "https://example.com/" -}}
- {{- $sourceDescription := "The example domain." -}}
+ {{- $sourceDescription := "No source description found." -}}
{{- $date := now.Format "January 2, 2006" -}}
{{- $dateTime := now.Format "2006-01-02T15:04:05Z" -}}
{{- $dateTitle := now.Format "Monday, January 2 2006 at 15:04:05 MST" -}}