mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-09 22:16:07 +01:00
9 lines
263 B
Text
9 lines
263 B
Text
{{- $url := .url -}}
|
|
{{- $references := .references -}}
|
|
{{- $reference := dict -}}
|
|
{{- range $references -}}
|
|
{{- if eq (strings.TrimSuffix .url "/") (strings.TrimSuffix $url "/") -}}
|
|
{{- $reference = . -}}
|
|
{{- end }}
|
|
{{- end -}}
|
|
{{- return $reference -}}
|