diff options
| author | fiatjaf_ <fiatjaf@gmail.com> | 2025-04-30 10:10:42 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-30 10:10:42 -0300 |
| commit | a68553cce04b5e2065bed022032b8a8c296dbc2c (patch) | |
| tree | 2382a8de73855c17b66d7f4526857f2c6086c9a8 | |
| parent | fc358c8eeef4b88c9d963d4c23aa38a14a7c9aef (diff) | |
authorlink
Co-authored-by: Râu Cao <842+raucao@users.noreply.github.com>
| -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> |