You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
1.3 KiB
33 lines
1.3 KiB
--- |
|
layout: default |
|
--- |
|
<div class="post"> |
|
|
|
<header class="post-header"> |
|
<h1 class="post-title">{{ page.title }}</h1> |
|
<p class="post-meta">{{ page.date | date: "%b %-d, %Y" }}{% if page.author.display_name %} • {{ page.author.display_name }}{% endif %}{% if page.meta %} • {{ page.meta }}{% endif %} |
|
{% if page.categories %} • {{ page.categories | array_to_sentence_string }}{% endif %}</p> |
|
</header> |
|
|
|
<article class="post-content"> |
|
{% if page.kickstarter.widget %} |
|
<iframe class="kickstarter-widget" frameborder="0" height="450" scrolling="no" src="{{ page.kickstarter.widget }}" width="220"></iframe> |
|
{% endif %} |
|
{{ content }} |
|
</article> |
|
<div class='shareaholic-canvas' data-app='share_buttons' data-app-id='14890586'></div> |
|
<div id="disqus_thread"></div> |
|
|
|
<script> |
|
{% if page.disqus_url %} |
|
var disqus_url = 'http://mycapsules.com{{ page.disqus_url }}'; |
|
{% endif %} |
|
var disqus_shortname = 'mycapsules'; |
|
(function() { |
|
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; |
|
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js'; |
|
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); |
|
})(); |
|
</script> |
|
|
|
</div>
|
|
|