Skip to content

Add description front matter to News and Adoptions pages - #170

Open
tannaya7 wants to merge 2 commits into
theupdateframework:mainfrom
tannaya7:fix/og-description-news-adoptions
Open

Add description front matter to News and Adoptions pages#170
tannaya7 wants to merge 2 commits into
theupdateframework:mainfrom
tannaya7:fix/og-description-news-adoptions

Conversation

@tannaya7

@tannaya7 tannaya7 commented Aug 9, 2026

Copy link
Copy Markdown
Contributor

Fixes #168.

Adds an explicit description: front matter field to content/en/resources/news.md and content/en/community/adoptions/index.md, matching the pattern already used by other pages (docs/overview.md, docs/faq.md, etc). Without it, Hugo auto-summarizes the page body for og:description, which came out garbled on these two pages since their content is short fragments/dated entries rather than prose.

No other changes.

Fixes garbled og:description link previews reported in theupdateframework#168.

Signed-off-by: tannaya7 <tannayasupriya157@gmail.com>
The link-check CI step requires .lycheecache to cover every URL checked in the build. These two ENISA URLs (added to news.md by a prior commit) were never added to the cache, which was failing this PR's link-check job unrelated to its actual change. Values copied from the CI run's own lychee output (both HTTP 200).

Signed-off-by: tannaya7 <tannayasupriya157@gmail.com>
@tannaya7

tannaya7 commented Aug 9, 2026

Copy link
Copy Markdown
Contributor Author

Heads up - the first push here failed BUILD and CHECK LINKS, but not because of this change. main is missing .lycheecache entries for two ENISA URLs that were added to news.md in a separate prior commit (b8f2cb3), so any PR touching the site was going to hit this. Added the missing cache entries (values taken directly from that failed run's own lychee output) so the check passes. Happy to drop that commit if you'd rather handle it separately.

@tannaya7

Copy link
Copy Markdown
Contributor Author

@JustinCappos Can you please review this once?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Broken-looking link previews on News and Adoptions pages (og:description)

1 participant