32 lines
896 B
HTML
32 lines
896 B
HTML
<div class="social">
|
|
{{ with .twitter }}
|
|
<amp-social-share type="twitter"
|
|
width="60"
|
|
height="44"> </amp-social-share>
|
|
{{ end }}
|
|
{{ with .gplus }}
|
|
<amp-social-share type="gplus"
|
|
width="60"
|
|
height="44"></amp-social-share>
|
|
{{ end }}
|
|
{{ with .email }}
|
|
<amp-social-share type="email"
|
|
width="60"
|
|
height="44"></amp-social-share>
|
|
{{ end }}
|
|
{{ with .pinterest }}
|
|
<amp-social-share type="pinterest"
|
|
width="60"
|
|
height="44"></amp-social-share>
|
|
{{ end }}
|
|
{{ with .linkedin }}
|
|
<amp-social-share type="linkedin"
|
|
width="60"
|
|
height="44"></amp-social-share>
|
|
{{ end }}
|
|
{{ with .facebook }}
|
|
<amp-social-share type="facebook"
|
|
width="60"
|
|
height="44"></amp-social-share>
|
|
{{ end }}
|
|
</div> |