-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Description
I updated to oranda 0.6.5 to add to an existing Oranda site: https://hickory-dns.org. The README.md is part of a git submodule. The site config is pretty basic:
{
"styles": {
"theme": "hacker",
"favicon": "static/favicon.ico",
"logo": "static/logo.png"
},
"project": {
"name": "Hickory DNS",
"readme_path": "hickory-dns/README.md",
"repository": "https://github.com/hickory-dns/hickory-dns",
"license": "MIT OR Apache-2.0"
}
}
https://github.com/hickory-dns/hickory-dns.github.io/blob/main/oranda.json
After the update, this got produced in the body, when served locally, you can that the body of the README.md is escaped on inclusion in the primary home page document:
...
</header>
<p><a href="https://www.whatrustisit.com" rel="noopener noreferrer"><img src="https://img.shields.io/badge/minimum%20rustc-1.70-green?logo=rust" alt="minimum rustc: 1.70"></a>
...
Is there something that I need to change?
Metadata
Metadata
Assignees
Labels
No labels