From bc4d0e399d701cd26d71df2bceba7c0ff50eaf2d Mon Sep 17 00:00:00 2001 From: Diogo Silva <49190578+spamz23@users.noreply.github.com> Date: Thu, 8 Apr 2021 12:48:03 +0100 Subject: [PATCH] :books: Fix Docs Typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ```