Add Recent news section to Home page - #1171
Open
eameh-LF wants to merge 2 commits into
Open
Conversation
Surfaces the four latest articles at the bottom of the home page using the same ArticleCard grid as the News hub, with a link to the full news section. Keeps the home page current without manual updates.
|
Site built/updated successfully! https://1171.ceph.io |
cleanCardContent stripped control characters (including newlines) before converting line breaks to spaces, so any source line break in a post's opening paragraph joined words together in card excerpts, e.g. 'Squid series.We recommend' on the v19.2.5 card. Convert line breaks to spaces first.
|
Site built/updated successfully! https://1171.ceph.io |
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.
Summary
The home page previously gave no signal that the site is actively updated. This adds a Recent news section at the bottom of the page, showing the four latest articles (blog posts and press releases) with a View all news link.
It reuses the exact
ArticleCardgrid pattern from the News hub (src/en/news/index.html), so cards stay consistent site-wide and the section updates automatically with every published post, with no manual maintenance needed.