mirror of
https://github.com/nikdoof/website-hugo.git
synced 2025-12-14 11:32:26 +00:00
Don't humanize the policy links on retro
This commit is contained in:
@@ -11,8 +11,8 @@
|
|||||||
<b>Policies:</b>
|
<b>Policies:</b>
|
||||||
{{ $menu_items := add (len .Site.Menus.policies) -1 }}
|
{{ $menu_items := add (len .Site.Menus.policies) -1 }}
|
||||||
{{- range $i, $e := .Site.Menus.policies }}
|
{{- range $i, $e := .Site.Menus.policies }}
|
||||||
<a href="{{ .URL | safeURL }}" target="_blank" rel="noopener me" title="{{ .Name | humanize }}">{{ .Name | humanize
|
<a href="{{ .URL | safeURL }}" target="_blank" rel="noopener me" title="{{ .Name }}">{{ .Name }}</a>{{ if lt $i
|
||||||
}}</a>{{ if lt $i $menu_items }} / {{ end }}
|
$menu_items }} / {{ end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user