Skip to content

Commit

Permalink
Add link to Atom feed entries
Browse files Browse the repository at this point in the history
  • Loading branch information
bewuethr committed Aug 15, 2023
1 parent 5be4bce commit 1a8e3da
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pbb
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,12 @@ buildentry() {
"+@src": strenv(url) + "/" + strenv(fname),
"+@type": "text/html"
},
"link": {
"+@href": strenv(url) + "/" + strenv(fname),
"+@rel": "alternate",
"+@type": "text/html",
"+@title": strenv(title)
},
"summary": {
"+@type": "html",
"+content": strenv(summary)
Expand Down

0 comments on commit 1a8e3da

Please sign in to comment.