-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmeta.html
More file actions
15 lines (15 loc) · 945 Bytes
/
Copy pathmeta.html
File metadata and controls
15 lines (15 loc) · 945 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<br>
<hr>
<span class="entry-tags">{% for tag in page.tags %}<a href="{{ site.url }}/tags/#{{ tag }}" title="Pages tagged {{ tag }}" class="tag"><span class="term">{{ tag }}</span></a>{% unless forloop.last %}{% endunless %}{% endfor %}</span>
<!-- <span class="social-share">
<a href="https://www.facebook.com/sharer/sharer.php?u={{ site.url }}{{ page.url }}" title="Share on Facebook" class="tag">
<span class="term"><i class="fa fa-facebook-square"></i> Share</span>
</a>
<a href="https://twitter.com/intent/tweet?text={{ site.url }}{{ page.url }}" title="Share on Twitter" class="tag">
<span class="term"><i class="fa fa-twitter-square"></i> Tweet</span>
</a>
<a href="https://plus.google.com/share?url={{ site.url }}{{ page.url }}" title="Share on Google+" class="tag">
<span class="term"><i class="fa fa-google-plus-square"></i> +1</span>
</a>
</span> -->
<div style="clear:both"></div>