From 19c2d742273c5933a9a929976310a91fa629a8c4 Mon Sep 17 00:00:00 2001 From: frantic1048 Date: Thu, 11 Jul 2013 01:32:20 +0800 Subject: New theme bootstrap2-dark Dark version of bootstrap2 theme --- bootstrap2-dark/templates/article.html | 40 ++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 bootstrap2-dark/templates/article.html (limited to 'bootstrap2-dark/templates/article.html') diff --git a/bootstrap2-dark/templates/article.html b/bootstrap2-dark/templates/article.html new file mode 100644 index 0000000..638655c --- /dev/null +++ b/bootstrap2-dark/templates/article.html @@ -0,0 +1,40 @@ +{% extends "base.html" %} +{% block title %}{{ article.title }}{% endblock %} +{% block content %} +
+
+
+

+ + {{ article.title}} + + {% include 'twitter.html' %} +

+
+
+
+ {% include 'article_infos.html' %} +
+ {{ article.content }} +
+ {% if DISQUS_SITENAME %} +
+

Comments !

+
+ +
+ {% endif %} +
+
+{% endblock %} -- cgit