Merge branch 'custom-social'
This commit is contained in:
@ -69,6 +69,8 @@
|
|||||||
{{ $url = printf "mailto:%s" .id }}
|
{{ $url = printf "mailto:%s" .id }}
|
||||||
{{ else if eq .type "rss" }}
|
{{ else if eq .type "rss" }}
|
||||||
{{ $url = "index.xml" | absLangURL }}
|
{{ $url = "index.xml" | absLangURL }}
|
||||||
|
{{ else if eq .type "custom" }}
|
||||||
|
{{ $url = printf "%s" .id }}
|
||||||
{{ else }}
|
{{ else }}
|
||||||
{{ $url = .url }}
|
{{ $url = .url }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
Reference in New Issue
Block a user