-
Notifications
You must be signed in to change notification settings - Fork 137
/
Copy pathpost.html
26 lines (23 loc) · 975 Bytes
/
post.html
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
---
layout: default
---
<div class="post single">
<h1>{{ page.title }}</h1>
<div class="body">{{ content }}</div>
<div class="breaker"></div>
<postamble datetime="{{ page.date | date: "%Y-%m-%d" }}">
—{{ page.date | date: "%b %d, %Y" }}
</postamble>
<!--div id="fb-root"></div><script src="http://connect.facebook.net/en_US/all.js#appId=38027689216&xfbml=1"></script><fb:comments href="http://rsms.me{{ page.url }}" num_posts="20" width="640"></fb:comments-->
{% unless page.fb_comments %}
<div id="disqus_thread"></div>
<script type="text/javascript">
window.disqus_identifier = {% if page.tumblr_id %}"{{ page.tumblr_id }}"{% else %}"{{ page.id }}"{% endif %};
</script>
<script async src="http://hunch.disqus.com/embed.js"></script>
<noscript>Please enable JavaScript to view the
<a href="http://disqus.com/?ref_noscript=hunch">comments powered by Disqus.</a>
</noscript>
{% endunless %}
</div>
{% include disqus.html %}