Skip to content

Commit 13fb48a

Browse files
committed
Add documentation for arbitrary tags
1 parent fc6d023 commit 13fb48a

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,11 @@ Remember that the fields **must** be placed at the very start of the file. You c
8888
:ogp-description: New description
8989
:ogp-image: http://example.org/image.png
9090
:ogp-image-alt: Example Image
91-
```
91+
```
92+
93+
## Arbitrary Tags
94+
Additionally, you can use field lists to add any arbitrary OpenGraph tag not supported by the extension. The syntax for arbitrary tags is `:og:tag: content`. For Example:
95+
96+
```rst
97+
:og:video: http://example.org/video.mp4
98+
```

0 commit comments

Comments
 (0)