diff --git a/layouts/_default/list.atom.xml b/layouts/_default/list.atom.xml index 82c53a4..894167c 100644 --- a/layouts/_default/list.atom.xml +++ b/layouts/_default/list.atom.xml @@ -23,7 +23,6 @@ xmlns:ostatus="http://ostatus.org/schema/1.0" xmlns:poco="http://portablecontacts.net/spec/1.0" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:thr="http://purl.org/syndication/thread/1.0" xmlns:webfeeds="http://webfeeds.org/rss/1.0"> @@ -73,13 +72,14 @@ Copyright © {{ now.Year }} Rohan Kumar {{- with .Params.replyURI -}} - + + {{- end -}} {{- with .Params.replyAuthorURI -}} {{- end -}} {{- $type := "article" -}} - {{- if eq .Section "notes" -}} + {{- if eq .Section "notes" -}}{{ /* TODO: add bookmark type and convert bookmarks to their own post types. */ -}} {{- $type = "note" -}} {{- end -}} http://activitystrea.ms/schema/1.0/{{ $type }} @@ -99,7 +99,9 @@ {{ partial "processed-content.html" . | replaceRE `(?: )?(?:item(type|scope|prop|id|ref)="[^"]*"|class="language-figure")` "" | replaceRE `` "" | safeHTML -}} - {{ .Page.Scratch.Get "webmentionCount" }} + {{- /* TODO: add application/atom+xml version of comments. */ }} + + {{ .Page.Scratch.Get "webmentionCount" }} {{ end -}} {{- end }}