Skip to content

Commit de0f8e9

Browse files
committed
Add html_meta stuff for annotations.md
1 parent ba64b36 commit de0f8e9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/backend/annotations.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
myst:
33
html_meta:
4-
"description": ""
5-
"property=og:description": ""
6-
"property=og:title": ""
7-
"keywords": ""
4+
"description": "Annotations store arbitrary values on Python objects—such as a Plone site or HTTP request—for storage and caching purposes."
5+
"property=og:description": "Annotations store arbitrary values on Python objects—such as a Plone site or HTTP request—for storage and caching purposes."
6+
"property=og:title": "Annotations"
7+
"keywords": "Annotations, plone.memoize, cache, portal, content object"
88
---
99

1010
(backend-annotations-label)=

0 commit comments

Comments
 (0)