aboutsummaryrefslogtreecommitdiff
path: root/site/layouts/partials/social.html
AgeCommit message (Collapse)AuthorFilesLines
2024-03-06templates: use `urls.JoinPath` when handling URLsXhmikosR1-3/+3
2022-12-25docs: improve social image partial (#37717)XhmikosR1-8/+20
* Fix social image URL to be absolute * Deduplicate social.html * Get image dimensions with Hugo
2022-07-26Simplify social images and add ability to set per-page images (#36804)Mark Otto1-5/+3
* Simplify social images and add ability to set per-page images - Removes the homepage summary layout in favor of the larger image card (makes it more consistent with other pages) - Reuses new thumbnails for Webpack, Parcel, and Vite guides to add their new social images * Update default social card * Change description to subtitle, add longer description to match homepage * Remove social_image_path, use inline conditions for social images
2020-09-29Update social.html: use `article` when it's a page (#31775)XhmikosR1-1/+1
2020-06-16Fix social_image_path dimensionsXhmikosR1-2/+2
2020-03-08Remove unneeded og:image:secure_url from social.html (#30362)Christian Oliff1-2/+1
The image is always available over HTTPS anyway Co-authored-by: XhmikosR <[email protected]>
2019-08-08Use `absURL` so that we get consistent URLs. (#29226)XhmikosR1-3/+3
2019-08-08docs: minor simplification. (#29227)XhmikosR1-2/+2
2019-03-13Switch to Hugo.XhmikosR1-0/+18
No more Ruby dependency and most important more than 10 times less build time (at least on Windows)!