summaryrefslogtreecommitdiff
path: root/djangoproject/templates/flatpages/code.html
AgeCommit message (Collapse)Author
2026-05-08Add djade linter and format templates.Anshul Zilpe
2023-06-02[pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]
for more information, see https://pre-commit.ci
2022-11-14Add Open Graph tags (#1144) (#1249)Mark Walker
* 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>
2014-12-30Big refactor that combines www and docs.Jannis Leidel
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