-
Notifications
You must be signed in to change notification settings - Fork 156
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add wallet linking for RSS feeds and social web (#489)
* refactor: rename HTML wallet linking page * docs: minor HTML monetization link edits Moved rel attribute into the link tag in title Removed trailing slash in example. Trailing slashes on void elements have no effect and should not be included per HTML5 spec regardless of Prettier's difficulty and current inability to comply. * feat: Add Web Monetization JSON-LD namespace * docs: typo fixes
- Loading branch information
1 parent
b493ded
commit ee57029
Showing
13 changed files
with
426 additions
and
109 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"@context": { | ||
"wm": "https://webmonetization.org/ns#", | ||
"monetization": { | ||
"@id": "wm:monetization", | ||
"@type": "@id" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.