posit-dev / posit-dev/open-source-website

Software term pages cap blog listings at 12 with no "see all" link

Open Beginner friendly
#264 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
HTML
Stars
55
Forks
24
Avg merge
1d 21h
Merged PRs (30d)
17

Description

/software/<name>/ lists at most 12 posts (layouts/software/term.html:76):

{{ range first 12 $posts }}

For software with more tagged posts, the rest are silently hidden:

  • /software/torch/ — 12 of 42 posts shown
  • /software/sparklyr/ — 12 of 22 posts shown

A reader on /software/torch/ has no way to discover that the canonical introduction post is even tagged.

Proposal

When a software term has more than 12 tagged posts, render a "See all N posts about name" link below the grid, pointing at /blog/?q=software:<name>.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start in layouts/software/term.html:76 and inspect how the posts collection is limited and how links are rendered below the grid. Verify the term pages for torch and sparklyr, then confirm that terms with more than 12 posts show the proposed count link to the matching /blog/?q=software: URL while smaller lists do not.

Written by the indexing model from the issue text.

Assessment

Tech stack
html
Domain
web-dev
Issue type
Feature
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Quiet
Clarity
Clearly specified
Newbie friendliness
78/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.