summaryrefslogtreecommitdiff
path: root/templates/post.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/post.html')
-rw-r--r--templates/post.html22
1 files changed, 0 insertions, 22 deletions
diff --git a/templates/post.html b/templates/post.html
deleted file mode 100644
index e77da67..0000000
--- a/templates/post.html
+++ /dev/null
@@ -1,22 +0,0 @@
-<h1>$title$</h1>
-<div class="time">$date$</div>
-
-$photo-snippet$
-$body$
-$flattr-snippet$
-$license-snippet$
-
-<p class="back"><a href="/posts">&larr; other posts</a></p>
-
-<div id="disqus_thread">
- <script type="text/javascript">
- var loadComments = function() {
- var el = document.getElementById("loadComments");
- el.parentNode.removeChild(el);
- var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
- dsq.src = 'http://elephly.disqus.com/embed.js';
- (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
- };
- </script>
-</div>
-<a id="loadComments" href="javascript:loadComments()">Click to load Disqus comments</a>