From 953e1ff736518986ce4e3905e8fa0147d97c8890 Mon Sep 17 00:00:00 2001 From: Max Lambertini Date: Wed, 28 Oct 2015 14:45:48 +0100 Subject: Committing Discus Stuff --- bricks/templates/article.html | 2 ++ bricks/templates/article_discus.html | 19 +++++++++++++++++++ bricks/templates/base.html | 9 +-------- bricks/templates/trademark.html | 10 ++++++++++ 4 files changed, 32 insertions(+), 8 deletions(-) create mode 100644 bricks/templates/article_discus.html create mode 100644 bricks/templates/trademark.html (limited to 'bricks') diff --git a/bricks/templates/article.html b/bricks/templates/article.html index 85f4fcc..8699f10 100644 --- a/bricks/templates/article.html +++ b/bricks/templates/article.html @@ -41,5 +41,7 @@ {% endfor %} --> + + {% include 'article_discus.html' %} {% endblock %} diff --git a/bricks/templates/article_discus.html b/bricks/templates/article_discus.html new file mode 100644 index 0000000..9df6f36 --- /dev/null +++ b/bricks/templates/article_discus.html @@ -0,0 +1,19 @@ + {% if DISQUS_SITENAME %} +
+
+ + + comments powered by Disqus + {% endif %} diff --git a/bricks/templates/base.html b/bricks/templates/base.html index fdd15cb..b10700a 100644 --- a/bricks/templates/base.html +++ b/bricks/templates/base.html @@ -102,14 +102,7 @@ {% endblock %} -
-
-

- LEGO, the LEGO logo, the Minifigure, and the Brick and Knob configurations - are trademarks of the LEGO Group of Companies. ©2015. -

-
-
+ {% include 'trademark.html' %} diff --git a/bricks/templates/trademark.html b/bricks/templates/trademark.html new file mode 100644 index 0000000..5122b5d --- /dev/null +++ b/bricks/templates/trademark.html @@ -0,0 +1,10 @@ + {% if TRADEMARK_TEXT %} +
+
+

+ {{ TRADEMARK_TEXT }} +

+
+
+ {% endif %} + -- cgit v1.1