Skip to content

0.3.0

Compare
Choose a tag to compare
@FlipperPA FlipperPA released this 05 Apr 20:58
· 18 commits to main since this release

This release adds OpenGraph support for social media sites to have a preview. It allows for the following Django settings to be used:

WAGTAIL_SITE_NAME = "PyPhilly: Home of Tim Allen, aka FlipperPA"
WAGTAIL_SITE_DESCRIPTION = "PyPhilly is the website of Tim Allen, a web developer living in Philadelphia. Tim has a wide range of interests, but mostly writes about Python, Django, and virtual reality."
WAGTAIL_SITE_URL = "https://PyPhilly.org/"

On pages and posts, it will override those settings to use the contents of the specific page or post.