go

Pass str to .Site.GetPage in hugo

英文: Pass str to .Site.GetPage in hugo 问题 在Hugo中,我想循环遍历一个字符串切片,然后使用当前字符串调用`.Site.GetPage`。 目前我收到以下错误:...