mirror of
https://codeberg.org/fediverse/fep.git
synced 2026-08-08 13:35:51 +00:00
Website: Fix FEP-0151 rendering (#746)
Fixes https://codeberg.org/fediverse/fep/issues/743 It breaks because summary starts with a `[` Reviewed-on: https://codeberg.org/fediverse/fep/pulls/746 Reviewed-by: helge <helge@noreply.codeberg.org> Co-authored-by: silverpill <silverpill@firemail.cc> Co-committed-by: silverpill <silverpill@firemail.cc>
This commit is contained in:
@@ -77,7 +77,7 @@ hide:
|
||||
return f"""---
|
||||
hide:
|
||||
- navigation
|
||||
description: {description}
|
||||
description: "{description}"
|
||||
---
|
||||
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user