diff --git a/i18n/en.yaml b/i18n/en.yaml index 6941f8c..b737d8c 100644 --- a/i18n/en.yaml +++ b/i18n/en.yaml @@ -54,4 +54,7 @@ translation: "Share" - id: interactions - translation: "Interactions" \ No newline at end of file + translation: "Interactions" + +- id: also_on + translation: "Also on" \ No newline at end of file diff --git a/layouts/partials/post_meta.html b/layouts/partials/post_meta.html index 528b12b..c2adeec 100644 --- a/layouts/partials/post_meta.html +++ b/layouts/partials/post_meta.html @@ -28,4 +28,9 @@ {{ T "share" }} {{ end }} +{{ end }} +{{ with .Param "syndicate" }} +
+ {{ T "also_on" }}:{{ $delimiter := "" }}{{ range $index, $link := . }}{{ $delimiter }} {{ (urls.Parse $link).Host }}{{ $delimiter = "," }}{{ end }} +
{{ end }} \ No newline at end of file