Fix missing spacing around Hangar plugin counts#333
Open
Despical wants to merge 7 commits into
Open
Conversation
Member
|
Hi, thanks for the first contribution. Looks like the Paper page has the same issue. |
Author
|
Hey there! Thanks for the feedback. I've fixed the Paper page as well and resolved the failing checks. It should be good to go now. |
Doc94
approved these changes
Jul 8, 2026
Member
|
Looks like this value also has this issue: https://github.com/PaperMC/website/blob/main/src/pages/index.astro#L94 |
Doc94
reviewed
Jul 9, 2026
Comment on lines
-14
to
+21
| <a class="text-blue-500 hover:text-blue-400 hover:underline" href="/software/velocity"> | ||
| Velocity | ||
| </a>. | ||
| <a class="text-blue-500 hover:text-blue-400 hover:underline" href="/software/velocity">Velocity</a>. | ||
| For more information see the | ||
| <a | ||
| class="text-blue-500 hover:text-blue-400 hover:underline" | ||
| href="/news/announcing-the-end-of-life-of-waterfall" | ||
| rel="noopener" | ||
| > | ||
| announcement | ||
| </a>. | ||
| >announcement</a | ||
| >. |
Member
There was a problem hiding this comment.
Maybe im blind but i dont see any difference here for the current site and the preview.
Member
There was a problem hiding this comment.
This section just looks like code reformatting - I guess this area of weird HTML behavior...
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.

This PR fixes missing whitespace around the Hangar plugin count text on the Folia and Velocity pages.
Pages affected:
Before the changes:
View over100different pluginsView over380different pluginsAfter the changes:
View over 100 different pluginsView over 380 different plugins