PaperModX/layouts/partials/social_links.html

8 lines
236 B
HTML
Raw Normal View History

2022-05-05 09:23:55 +01:00
<div class="social-links">
{{- 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>