Don't humanize the policy links on retro

This commit is contained in:
2024-02-20 09:28:55 +00:00
parent 27978e888f
commit 9666d5678b

View File

@@ -11,8 +11,8 @@
<b>Policies:</b>
{{ $menu_items := add (len .Site.Menus.policies) -1 }}
{{- range $i, $e := .Site.Menus.policies }}
<a href="{{ .URL | safeURL }}" target="_blank" rel="noopener me" title="{{ .Name | humanize }}">{{ .Name | humanize
}}</a>{{ if lt $i $menu_items }} / {{ end }}
<a href="{{ .URL | safeURL }}" target="_blank" rel="noopener me" title="{{ .Name }}">{{ .Name }}</a>{{ if lt $i
$menu_items }} / {{ end }}
{{- end }}
</p>