2022-05-05 09:23:55 +01:00
|
|
|
<div class="social-links">
|
2022-05-18 07:24:29 +01:00
|
|
|
{{- with .Params.socialLinks.twitter }}
|
|
|
|
{{- if (and .id .user) }}
|
|
|
|
{{ partial "social_quote_tweet.html" (dict "user" .user "id" .id "title" "Discuss on Twitter") }}
|
|
|
|
{{- end }}
|
|
|
|
{{- end }}
|
2022-05-05 09:23:55 +01:00
|
|
|
</div>
|