Created
July 8, 2014 11:00
-
-
Save matt-west/3133e387879a02ecbf69 to your computer and use it in GitHub Desktop.
Postach.io: MailChimp Form Placement
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="post-footer"> | |
... | |
<ul class="post-options"> | |
<li>{{ theme.social.share }}</li> | |
<li>{{ theme.social.follow }}</li> | |
<li>{{ theme.social.like }}</li> | |
</ul> | |
</div> | |
<!-- INSERT FORM CODE HERE --> | |
<div class="pagination"> | |
<a href="javascript:history.go(-1);" class="prev">« Back To List</a> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment