Skip to content

Commit 82c3eb4

Browse files
authored
docs: fix override names (#85)
1 parent b9f1dea commit 82c3eb4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Make sure you place the fields at the very start of the document such that Sphin
7575
### Overrides
7676
These are some overrides that can be used on individual pages, you can actually override any tag and field lists will always take priority.
7777

78-
* `:og_description_length:`
78+
* `:ogp_description_length:`
7979
* 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.
8080
* `:og:description:`
8181
* 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
8585
* Lets you override the title of the page.
8686
* `:og:type:`
8787
* 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:`
8989
* Set the image for the page.[^1]
90-
* `:ogp:image:alt:`
90+
* `:og:image:alt:`
9191
* Sets the alt text. Will be ignored if there is no image set.
9292

9393
### Example

0 commit comments

Comments
 (0)