Add description front matter to News and Adoptions pages - #170
Open
tannaya7 wants to merge 2 commits into
Open
Conversation
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>
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. |
Contributor
Author
|
@JustinCappos Can you please review this once? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #168.
Adds an explicit
description:front matter field tocontent/en/resources/news.mdandcontent/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 forog:description, which came out garbled on these two pages since their content is short fragments/dated entries rather than prose.No other changes.