From d7f5ce40100ea7815c77c3965021e4439a82bc22 Mon Sep 17 00:00:00 2001 From: Rohan Kumar Date: Sat, 25 Nov 2023 12:55:43 -0800 Subject: [PATCH] Add error-contact and site-vars to atom feed --- layouts/_default/list.atom.xml | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/layouts/_default/list.atom.xml b/layouts/_default/list.atom.xml index fc85bac..bbe694a 100644 --- a/layouts/_default/list.atom.xml +++ b/layouts/_default/list.atom.xml @@ -14,13 +14,15 @@ + xmlns:thr="http://purl.org/syndication/thread/1.0"> {{ $title }} on {{ .Site.Title }} {{- if .Params.Description -}} @@ -35,11 +37,12 @@ 2 http://activitystrea.ms/schema/1.0/person - Seirdy - Seirdy - Seirdy + {{ .Site.Author.name }} + {{ .Site.Author.nick }} + {{ .Site.Author.name }} https://seirdy.one/ + {{ now.Format "2006-01-02T15:04:05-07:00" | safeHTML }} {{ .Permalink }} {{ range $pages -}} @@ -48,7 +51,7 @@ {{ .Title }} {{ .Permalink }} {{ .Date.Format "2006-01-02T15:04:05-07:00" | safeHTML }}{{ .Lastmod.Format "2006-01-02T15:04:05-07:00" | safeHTML }} - Seirdyhttps://seirdy.one/ + {{ .Site.Author.name }}https://seirdy.one/ CC-BY-SA 4.0 {{- with .Params.replyURI -}}