fediversity_website/themes/nluug/layouts/partials/schemas/schema_Social.html

8 lines
451 B
HTML
Raw Normal View History

2023-06-10 00:16:41 +02:00
{{- 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 -}}