Created
February 18, 2015 18:17
-
-
Save singerxt/d8953cd3ddcbafaa79ce to your computer and use it in GitHub Desktop.
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
FOR SHARE BUTTON | |
<div class="social-share"> | |
<span>share</span> | |
<ul> | |
<li class="facebook"><a href="{{url for share}}">facebook</a></li> | |
<li class="twitter"><a href="{{url for share}}">twitter</a></li> | |
<li class="google"><a href="{{url for share}}">google</a></li> | |
<li class="pinterest"><a href="{{url for share}}">pinterest</a></li> | |
<li class="tumlbr"><a href="{{url for share}}">tumblr</a></A></li> | |
<li class="mail"><a href="{{url for share}}">mail</a></li> | |
</ul> | |
</div> | |
//FOR VIEW MORE | |
<div class="view-more"> | |
<a href="{{url}}">view more</a> | |
</div> | |
//FOR READ MORE | |
<div class="read-more"> | |
<a href="{{url}}">read more</a> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment