7 lines
		
	
	
	
		
			451 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			7 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 -}}
 |