-
-
Notifications
You must be signed in to change notification settings - Fork 8.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(content-blog): make RSS feed generation work with slugs with .htm…
…l extension (#8158) Co-authored-by: sebastienlorber <lorber.sebastien@gmail.com>
- Loading branch information
1 parent
64601a9
commit 6d405a6
Showing
5 changed files
with
64 additions
and
13 deletions.
There are no files selected for viewing
1 change: 1 addition & 0 deletions
1
packages/docusaurus-utils/src/__tests__/__fixtures__/build-snap/htmlFile.html
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
...usaurus-utils/src/__tests__/__fixtures__/build-snap/weird.html.folder/nestedHtmlFile.html
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
title: A post with html slug | ||
tags: [paginated-tag] | ||
slug: /x/y/z.html | ||
--- | ||
|
||
# Hmmm! | ||
|
||
This is a blog post with an html slug! | ||
|
||
```mdx-code-block | ||
import Partial from "./_partial.mdx" | ||
<Partial /> | ||
``` |