mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-11 20:05:36 +01:00
7 lines
333 B
XML
7 lines
333 B
XML
{{- if and (hasPrefix .Destination "/tags/") (not (strings.HasSuffix .Destination "#")) -}}
|
|
#{{.Text}}
|
|
{{- else if or (eq .Text "") (eq .Text .Destination) -}}
|
|
{{ .Destination }}
|
|
{{- else -}}
|
|
{{ partial "rich-link.html" (dict "Text" .Text "url" .Destination "Title" .Title "references" .Page.Params.references) }}
|
|
{{- end -}}
|