summaryrefslogtreecommitdiffstats
path: root/nikola/data/themes/default/templates/story.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'nikola/data/themes/default/templates/story.tmpl')
-rw-r--r--nikola/data/themes/default/templates/story.tmpl16
1 files changed, 0 insertions, 16 deletions
diff --git a/nikola/data/themes/default/templates/story.tmpl b/nikola/data/themes/default/templates/story.tmpl
deleted file mode 100644
index c1c06d8..0000000
--- a/nikola/data/themes/default/templates/story.tmpl
+++ /dev/null
@@ -1,16 +0,0 @@
-## -*- coding: utf-8 -*-
-<%inherit file="post.tmpl"/>
-<%namespace name="helper" file="post_helper.tmpl"/>
-<%namespace name="disqus" file="disqus_helper.tmpl"/>
-<%block name="extra_head">
-${helper.twitter_card_information(post)}
-</%block>
-<%block name="content">
-%if title:
- <h1>${title}</h1>
-%endif
- ${post.text()}
-%if enable_comments and not post.meta('nocomments'):
- ${disqus.html_disqus(post.permalink(absolute=True), post.title(), post.base_path)}
-%endif
-</%block>