You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,7 @@ Make sure you place the fields at the very start of the document such that Sphin
75
75
### Overrides
76
76
These are some overrides that can be used on individual pages, you can actually override any tag and field lists will always take priority.
77
77
78
-
*`:og_description_length:`
78
+
*`:ogp_description_length:`
79
79
* Configure the amount of characters to grab for the description of the page. If the value isn't a number it will fall back to `ogp_description_length`. Note the slightly different syntax because this isn't directly an Open Graph tag.
80
80
*`:og:description:`
81
81
* Lets you override the description of the page.
@@ -85,9 +85,9 @@ These are some overrides that can be used on individual pages, you can actually
85
85
* Lets you override the title of the page.
86
86
*`:og:type:`
87
87
* Override the type of the page, for the list of available types take a look at https://ogp.me/#types.
88
-
*`:ogp:image:`
88
+
*`:og:image:`
89
89
* Set the image for the page.[^1]
90
-
*`:ogp:image:alt:`
90
+
*`:og:image:alt:`
91
91
* Sets the alt text. Will be ignored if there is no image set.
0 commit comments