1
0
Fork 0
2punny/_layouts/pun.html

15 lines
678 B
HTML
Raw Normal View History

2014-08-24 00:39:12 +08:00
---
layout: default
2014-08-24 16:56:19 +08:00
footer: hidden
2014-08-24 00:39:12 +08:00
---
2014-08-24 16:56:19 +08:00
<main class="pun">
2014-08-24 22:56:00 +08:00
<div class="puncontent" style="background: {{ page.background }}; color: {{ page.color }};">
2014-08-24 16:56:19 +08:00
{{content}}
</div>
<div class="share">
2014-08-24 22:56:00 +08:00
{% if page.previous %}<a class="btn previous" href="{{ page.previous.url }}"><i class="icon-arrow-left"></i>Prev</a>{% endif %}
<a class="btn" href="#facebook"><i class="icon-facebook"></i><span class="hidewhensmall">Facebook</span></a>
<a class="btn" href="#twitter"><i class="icon-twitter"></i><span class="hidewhensmall">Twitter</span></a>
{% if page.next %}<a class="btn next" href="{{ page.next.url }}"><i class="icon-arrow-right"></i>Next</a>{% endif %}
2014-08-24 16:56:19 +08:00
</div>
</main>