| Age | Commit message (Collapse) | Author |
|
|
|
for more information, see https://pre-commit.ci
|
|
* Add note to gitignore about using exclude file
* Initial open graph tag setup
* Tidying up use of twitter tags which fallback to OG versions.
* Added OG tags to foundation templates
* Added OG tags to flatpages templates
* Added OG tags to members templates
* Added OG tags to base templates
* Made indent consistent
* Added OG tags to blog templates
* Added OG tags
* Added OG tags to conduct templates
* Undoing existing tag order
* Added OG tags to diversity templates
* Removed note from gitignore
* Update og description
Co-authored-by: Paolo Melchiorre <paolo@melchiorre.org>
* Add og image meta data
Co-authored-by: Paolo Melchiorre <paolo@melchiorre.org>
* Simplify og title
Co-authored-by: Paolo Melchiorre <paolo@melchiorre.org>
* Update core team og description
Co-authored-by: Paolo Melchiorre <paolo@melchiorre.org>
* Added roadmap image dimensions for og tags
Co-authored-by: Paolo Melchiorre <paolo@melchiorre.org>
Co-authored-by: Paolo Melchiorre <paolo@melchiorre.org>
|
|
This was somewhat triggered by #229 since it showed that the hybrid project layout for www and docs was arbitrary and not conductive for ease of contribution.
- this introduces django-hosts for true host level URL reversal
- adds /400/, /403/, /404/ and /500/ pages fro testing the error pages
- fixes #229 by cleaning up the header and footer includers between hosts
- uses URL reversal everywhere
- renames the "project" to "djangoproject"
- splits the settings into prod and dev for easier separation of settings without
- moved static, templates and project fixtures into project dir
|