brokenco.de/_layouts/post.html

45 lines
1.4 KiB
HTML

---
layout: default
---
<header class="masthead">
<h1 class="masthead-title--small">
<a href="{{ site.baseurl }}/">{{ site.name }}</a>
</h1>
</header>
<div class="content post">
<h1 class="post-title">{{ page.title }}</h1>
<div class="post-tags">
<small>&middot;</small>
{% for tag in page.tags %}
<span>
<small>
<a href="/tag/{{ tag }}.html">{{ tag }}</a>
&middot;
</small>
</span>
{% endfor %}
</div>
<div class="post-date">
<time>{{ page.date | date_to_string }}</time>
</div>
{{ content }}
</div>
<section class="disqus">
<div id="disqus_thread"></div>
<script type="text/javascript">
if (window.location.hostname != 'localhost') {
var disqus_shortname = 'unethicalblogger';
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
}
</script>
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
<a href="http://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
</section>