1
0
Fork 0

Give individual status page a title and OpenGraph description

This commit is contained in:
Bart Schuurmans 2024-01-19 21:35:12 +01:00
parent fd0b1d90b0
commit f7b4d9ea50
3 changed files with 52 additions and 7 deletions

View file

@ -197,6 +197,8 @@ class Status(View):
"status": status,
"children": children,
"ancestors": ancestors,
"title": status.page_title,
"description": status.page_description,
"preview": preview,
},
}