Skip to content

Commit 1a8e3da

Browse files
committed
Add link to Atom feed entries
1 parent 5be4bce commit 1a8e3da

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pbb

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,12 @@ buildentry() {
343343
"+@src": strenv(url) + "/" + strenv(fname),
344344
"+@type": "text/html"
345345
},
346+
"link": {
347+
"+@href": strenv(url) + "/" + strenv(fname),
348+
"+@rel": "alternate",
349+
"+@type": "text/html",
350+
"+@title": strenv(title)
351+
},
346352
"summary": {
347353
"+@type": "html",
348354
"+content": strenv(summary)

0 commit comments

Comments
 (0)