diff --git a/README.md b/README.md index c361037..0250983 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ class BlogPostPage(SocialMediaSharablePageMixin, Page): In this example we want to share the `title` of a page, instead of the `search_description`. """ - return page.title + return self.title ```