hugo/resources
Soren L. Hansen 4500b0e423 resources/page: Escape hash sign in permalinks
When creating a link to a file with a `#` in the filename, the link gets
truncated. This happens because the filename is eventaully passed to
`url.Parse` which (correctly!) interprets the `#` as fragment separator.

This commit escapes the `#` in the filename before creating the link.

Fixes #4926
Fixes #8232
Fixes #12342

Co-authored-by: Joe Mooring <joe.mooring@veriphor.com>
2024-04-05 15:57:02 +02:00
..
2024-02-11 13:51:33 +02:00
2024-03-15 17:25:52 +01:00
2023-09-22 15:03:16 +02:00
2023-09-24 11:54:29 +02:00
2024-02-18 12:16:30 +01:00