mirror of
https://github.com/gohugoio/hugo.git
synced 2026-09-03 04:02:38 +00:00
6791d75c7d9f19ea21d2f6a96ce3cfc25f9be09a
.Param to permit arbitrarily nested parameter references
The Param method currently assumes that its argument is a single, distinct, top-level key to look up in the Params map. This enhances the Param method; it will now also attempt to see if the key can be interpreted as a nested chain of keys to look up in Params. Fixes #2598
Description
Languages
Go
93.9%
C
2.5%
JavaScript
2.5%
HTML
0.8%
Makefile
0.2%