Give individual status page a title and OpenGraph description
This commit is contained in:
parent
fd0b1d90b0
commit
f7b4d9ea50
3 changed files with 52 additions and 7 deletions
|
@ -197,6 +197,8 @@ class Status(View):
|
|||
"status": status,
|
||||
"children": children,
|
||||
"ancestors": ancestors,
|
||||
"title": status.page_title,
|
||||
"description": status.page_description,
|
||||
"preview": preview,
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue