diff --git a/PyBay/templates/layout.html b/PyBay/templates/layout.html index 8ccb72b..8e7ab10 100644 --- a/PyBay/templates/layout.html +++ b/PyBay/templates/layout.html @@ -47,7 +47,9 @@ PyBay 2025 - 10th Annual Bay Area Python Dev Conference - {% block title %}{% endblock %} - + + + diff --git a/README.md b/README.md index 45dfb6f..856d37c 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ - Make changes to code - Check for errors; check that the site displays correctly in multiple browsers and mobile. - Inspect with other support tools (e.g., Lighthouse, https://metatags.io/ for share cards, social metadata. etc.) make sure share cards display correctly and metadata is correct. + - LinkedIn Post Inspector (https://www.linkedin.com/post-inspector/inspect/) gives a more detailed view of errors, but does not work through redirects. You can make your GitHub Codespace Public and test (same box as 'open browser' link when you first run it), and also check after changes are in production. - Commit and push to your branch (`git add -u`) (`git commit -m "your update descriptions here"`) and (`git push`) - Open PR and request review before merging with the main branch - After comments and requested fixes are made, merge PR to the main branch.