aboutsummaryrefslogtreecommitdiffstats
path: root/bricks/templates/trademark.html
diff options
context:
space:
mode:
authorMax Lambertini <m.lambertini@gmail.com>2015-10-28 14:45:48 +0100
committerMax Lambertini <m.lambertini@gmail.com>2015-10-28 14:45:48 +0100
commit953e1ff736518986ce4e3905e8fa0147d97c8890 (patch)
tree4ae917e6b6850b4df6ff89322be92d42c03d8e33 /bricks/templates/trademark.html
parentef41efa4a8babbf55f2eccef07523b2d8e95b7b7 (diff)
downloadpelican-themes-953e1ff736518986ce4e3905e8fa0147d97c8890.tar.gz
Committing Discus Stuff
Diffstat (limited to 'bricks/templates/trademark.html')
-rw-r--r--bricks/templates/trademark.html10
1 files changed, 10 insertions, 0 deletions
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 %}
+ <div class="row">
+ <div class="small-12 column">
+ <p style="font-size: 0.8em; margin-top:1em; text-align:center;">
+ {{ TRADEMARK_TEXT }}
+ </p>
+ </div>
+ </div>
+ {% endif %}
+