6
0
Fork 0
This repository has been archived on 2024-10-15. You can view files and clone it, but cannot push or open issues or pull requests.
fediversity_website_archive/themes/nluug/layouts/partials/schemas/schema_Social.html

8 lines
451 B
HTML

{{- if .social -}}
{{- if .social.twitter -}}"https://twitter.com/{{ .social.twitter }}",{{- end -}}
{{- if .social.facebook -}}"https://www.facebook.com/{{ .social.facebook }}",{{- end -}}
{{- if .social.linkedin -}}"{{ .social.linkedin }}",{{- end -}}
{{- if .social.github -}}"https://github.com/{{ .social.github }}",{{- end -}}
{{- if .social.website -}}"{{ .social.website }}"{{ else }}"{{ .Site.Params.social.website }}"{{- end -}}
{{- end -}}