mirror of
https://github.com/gohugoio/hugo.git
synced 2025-09-27 15:27:42 -04:00

For the Position in code blocks we try to match the .Inner with the original source. This isn't always possible. This commits avoids panics in these situations. Fixes #9627