| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
handling (#9046)
|
|
|
|
|
|
|
| |
* Fix default opengraph
* Add avatar back
* Remove default og images
|
|
|
|
|
|
|
|
| |
- Rename filter from 'canonical' to 'canonicalize_url' to follow Pongo2
naming conventions
- Update function name from filterCanonical to filterCanonicalizeURL
- Update template usage in post.html and profile.html
- Update test function name and all references
|
|
|
|
| |
Uses canonical filter for canonical link tags while preserving original URLs with parameters for og:url metadata, improving SEO through proper URL canonicalization
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
* Update open graph data
* Format
* Fix typo
|
|
|
|
|
| |
* include expanded urls in social cards (#2427)
* break expandPostLinks into its own function, add bounds checking
|
| |
|
|
|
|
|
| |
- handle missing content (PWI opt-out) better
- use opengraph "article" and "profile" types, not just website for everything
- fix timestamps, and used indexed at not created at
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Probably still not perfect, but better.
- don't user avatar image. use banner for profile and post img, or
nothing
- most twitter metadata fields were redundant; twitter will parse out
opengraph ("og:"), so don't duplicate those
- add regular HTML description (for google, etc)
- include URI
- actually include text
|
| |
|
|
* gitignore: /dist/
* bskyweb: initial work-in-progress
* bskyweb: import icons from bluesky-website
* bskyweb: switch to pongo2 templates; iterate on views
* bskyweb: example.env (and docs)
* bskyweb: go fmt
* bskyweb: remove plan file
* bskyweb: README: tweak formatting
* prettier: ignore /dist/, bskyweb templates
---------
Co-authored-by: Paul Frazee <pfrazee@gmail.com>
|