summaryrefslogtreecommitdiff
path: root/_layouts/post.html
blob: 4f7f9824ef2d7ad7b81ae702bc8dca225be32845 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
---
layout: master
---

<section class="article">

    <h1>{{ page.title }}</h1>

    <div class="social-buttons">

        <!-- Twitter -->
        <a href="https://twitter.com/intent/tweet?url=http%3A%2F%2Fwww.benburwell.com{{ page.url | cgi_escape }}&amp;text={{ page.title }}" onclick="window.open(this.href,
  '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600');return false;"><span class="icon-twitter">&#xe603;</span></a>

        <!-- Facebook -->
        <a href="https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fwww.benburwell.com{{ page.url | cgi_escape }}" onclick="window.open(this.href,
  '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600');return false;"><span class="icon-facebook">&#xe602;</span></a>

        <!-- Google Plus -->
        <a href="https://plus.google.com/share?url=http%3A%2F%2Fwww.benburwell.com{{ page.url | cgi_escape }}" onclick="window.open(this.href,
  '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600');return false;"><span class="icon-googleplus">&#xe601;</span></a>

        <!-- Tumblr -->
        <a href="https://tumblr.com/share/" onclick="window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600');return false;"><span class="icon-tumblr">&#xe604;</span></a>

        <!-- Pinterest -->
        <a href="https://www.pinterest.com/pin/create/link/?url=http%3A%2F%2Fwww.benburwell.com{{ page.url | cgi_escape }}" onclick="window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600');return false;"><span class="icon-pinterest">&#xe605;</span></a>
    </div>

    <div class="date">{{ page.date | date: "%A, %-d %B %Y" }}</div>

    {{ content }}

</section>