Inject OpenGraph information into all pages
Open
- Dominant language
- Python
- Stars
- 9
- Forks
- 7
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 56
Description
Every page should have the following basic information:
```
```
The above should be created automatically by injecting the following onto each page:
```
---
title: "foo"
image: "https://fff.png"
url: "https://foo"
---
```
where the title and URL are specific to the page and the image is specific to the document.
> Note: PDF and CHM do not support front-matter!
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.