diff --git a/pybay/templates/frontend/base.html b/pybay/templates/frontend/base.html index fe896c8..db6f2da 100644 --- a/pybay/templates/frontend/base.html +++ b/pybay/templates/frontend/base.html @@ -23,8 +23,8 @@ - {% static 'new/img/PyBay2021-twitter-card-sale.png' as share_image %} - {% with share_image_width=506 share_image_height=253 share_title="PyBay 2021" share_desc="Like the always-sold-out PyCon, PyBay 2021 will be one day of fun geeking out with awesome developers on one of your favorite topics - Python!" %} + {% static 'new/img/twitter_post_card.jpg' as share_image %} + {% with share_image_width=506 share_image_height=253 share_title="PyBay 2022" share_desc="Like the always-sold-out PyCon, PyBay 2022 will be one day of fun geeking out with awesome developers on one of your favorite topics - Python!" %} {% block share_card %} diff --git a/static/new/img/Pybay2022_Post_Cards.png b/static/new/img/Pybay2022_Post_Cards.png new file mode 100644 index 0000000..554e295 Binary files /dev/null and b/static/new/img/Pybay2022_Post_Cards.png differ diff --git a/static/new/img/twitter_post_card.jpg b/static/new/img/twitter_post_card.jpg new file mode 100644 index 0000000..2496b4b Binary files /dev/null and b/static/new/img/twitter_post_card.jpg differ