Skip to content

Commit

Permalink
doc: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dezren39 authored Aug 24, 2024
1 parent 45eacc8 commit c9ba5de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/guide/html-template/ogp.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The [Open Graph protocol](https://ogp.me/) specifies what goes in `<meta>` attri

Emanote generates OGP meta tags for each note, using the following rules:

| Meta tag | How the value is determinec |
| Meta tag | How the value is determined |
| ---------------- | ------------------------------------ |
| `og:title` | The title of the note |
| `og:description` | The first paragraph of the note[^wl] |
Expand All @@ -24,4 +24,4 @@ Emanote generates OGP meta tags for each note, using the following rules:

[^wl]: Wikilinks like `[[foo]]` render *as is* (due to a limitation). However, `[[foo|some text]]` will render as `some text` (the link text). If you do not wish to have wikilink syntax appearing in page description, specify a custom like in the second example.

[^img]: Unfortunately, embed wikilinks (eg.: `![[foo.jpeg]]`) are not recognized here. You should use regular links, eg.: `![](foo.jpeg)`.
[^img]: Unfortunately, embed wikilinks (eg.: `![[foo.jpeg]]`) are not recognized here. You should use regular links, eg.: `![](foo.jpeg)`.

0 comments on commit c9ba5de

Please sign in to comment.