Original code only handled singular vs plural, failing for counts 2-4 and numbers ending in 2-4 except for teens (12-14). Updated logic correctly handles all positive numbers, including exceptions, ensuring proper grammar: 'dziewczynkę', 'dziewczynki', or 'dziewczynek'.
- Alerts that contained a heading have been changed so that the "heading" now appears in place of the alert title. The alert icon and color still reflect the alert type.
- Removed unneccessary blank space.
Fixes the following error that is emitted when running `hugo serve`:
Error: error building site: process: readAndProcessContent:
".../hyprland-wiki/content/Contributing and
Debugging/Issue-Guidelines.md:42:1": got positional parameter 'To'.
Cannot mix named and positional parameters