diff options
author | Justin Mayer <entroP@gmail.com> | 2015-10-29 14:59:16 -0700 |
---|---|---|
committer | Justin Mayer <entroP@gmail.com> | 2015-10-29 14:59:16 -0700 |
commit | a005e851bca1e8a1ec88b2e94928ea04b44390c5 (patch) | |
tree | afe36a223e1f14abd5b99d3e9b9b5edb1329b31b /bricks/templates/trademark.html | |
parent | 350687589d6b021f69ce7bec289e5844884b9b17 (diff) | |
parent | 953e1ff736518986ce4e3905e8fa0147d97c8890 (diff) | |
download | pelican-themes-a005e851bca1e8a1ec88b2e94928ea04b44390c5.tar.gz |
Merge pull request #347 from maxlambertini/newfeature-branch
Add Disqus support to Brick theme
Diffstat (limited to 'bricks/templates/trademark.html')
-rw-r--r-- | bricks/templates/trademark.html | 10 |
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 %} + |