about summary refs log tree commit diff
path: root/bskyweb/templates/post.html
Commit message (Collapse)AuthorAgeFilesLines
* improve: enhance post OpenGraph metadata with engagement data and auth ↵Caidan2025-09-171-5/+40
| | | | handling (#9046)
* Fix default opengraph (#8872)Eric Bailey2025-08-261-1/+4
| | | | | | | * Fix default opengraph * Add avatar back * Remove default og images
* refactor: rename canonical filter to canonicalize_url for better clarityCaidan Williams2025-08-251-1/+1
| | | | | | | | - 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
* feat: apply canonical filter to clean URLs in post templateCaidan Williams2025-08-251-1/+1
| | | | Uses canonical filter for canonical link tags while preserving original URLs with parameters for og:url metadata, improving SEO through proper URL canonicalization
* feat: add canonical URL to post template for better SEOCaidan Williams2025-08-221-0/+1
|
* Add AT URIs as alternate links (#6033)Tom Sherman2024-11-011-0/+1
|
* add oEmbed links to public post HTML meta headers (#3522)bnewbold2024-04-131-0/+2
|
* Update open graph data (#2760)Eric Bailey2024-02-061-1/+0
| | | | | | | * Update open graph data * Format * Fix typo
* Include expanded urls in social cards (#2427)Zach Lipton2024-01-231-4/+4
| | | | | * include expanded urls in social cards (#2427) * break expandPostLinks into its own function, add bounds checking
* support multiple og:image tags (#2305)snek2023-12-271-1/+3
|
* tweak social card meta yet again (#2228)bnewbold2023-12-181-3/+7
| | | | | - 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
* Fix missing post text in noscript post view (#981)Jonty Wareing2023-07-061-1/+1
|
* bskyweb: iterate on HTML card metadata (#609)bnewbold2023-05-111-15/+31
| | | | | | | | | | | 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
* bskyweb: re-work HTML meta tags, for share cards (#596)bnewbold2023-05-081-19/+26
|
* bskyweb: proof-of-concept golang daemon to serve SPA (#275)bnewbold2023-03-141-0/+25
* 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>