reorganized folder structure
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user