diff options
Diffstat (limited to '21.md')
| -rw-r--r-- | 21.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -29,7 +29,7 @@ The identifiers that come after are expected to be the same as those defined in | |||
| 29 | </head> | 29 | </head> |
| 30 | ``` | 30 | ``` |
| 31 | 31 | ||
| 32 | Likewise, `<link>` tags with `rel="me"` can be used to assign authorship of webpages to Nostr profiles. For example: | 32 | Likewise, `<link>` tags with `rel="me"` or `rel="author"` can be used to assign authorship of webpages to Nostr profiles. For example: |
| 33 | 33 | ||
| 34 | ``` | 34 | ``` |
| 35 | <head> | 35 | <head> |