Set page_url in views
This commit is contained in:
parent
ec5141f09a
commit
d05996fd3b
5 changed files with 40 additions and 8 deletions
|
|
@ -5,6 +5,7 @@ from typing import TypedDict
|
|||
class SeoMeta(TypedDict, total=False):
|
||||
"""Shared typed optional SEO metadata for template context generation."""
|
||||
|
||||
page_url: str | None
|
||||
page_image: str | None
|
||||
page_image_width: int | None
|
||||
page_image_height: int | None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue