Improve feed items
This commit is contained in:
parent
e859109ade
commit
568b7709ec
5 changed files with 74 additions and 44 deletions
|
|
@ -235,7 +235,7 @@ export const GET: APIRoute<Props, Params> = async ({ props: { story }, site }) =
|
|||
const storyDescription = (
|
||||
[
|
||||
story.data.description,
|
||||
t(lang, "export_story/warnings", story.data.wordCount, story.data.contentWarning.trim()),
|
||||
`*${t(lang, "story/warnings", story.data.wordCount, story.data.contentWarning.trim())}*`,
|
||||
t(
|
||||
lang,
|
||||
"export_story/writing",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue