Skip to content

Commit 13c0e9a

Browse files
committed
docs: Set correct opengraph title/image
1 parent 855ae2e commit 13c0e9a

5 files changed

Lines changed: 28 additions & 25 deletions

File tree

docs/source/_static/logo.png

-31.7 KB
Binary file not shown.

docs/source/_static/social.png

28.7 KB
Loading
Lines changed: 22 additions & 23 deletions
Loading

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@
3939
myst_enable_extensions = ["colon_fence"]
4040

4141
ogp_site_url = "https://lambda-feedback.github.io/tex2lambda/"
42-
ogp_image = "./_static/logo.png"
42+
ogp_image = "./_static/social.png"
4343
ogp_social_cards = {
44-
"image": "./_static/logo.png",
44+
"image": "./_static/social.png",
4545
}
4646

4747
templates_path = ["_templates"]

docs/source/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
og:title: tex2lambda
3+
---
4+
15
::::{grid} 1 2 2 2
26

37
:::{grid-item}

0 commit comments

Comments
 (0)