reorganized folder structure

This commit is contained in:
2026-03-25 12:28:35 -04:00
parent 0d4833f940
commit 1f0f0fd8fe
1426 changed files with 348 additions and 9678 deletions

View File

@@ -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>