diff options
author | Scott Kensell <scott.kensell@prezi.com> | 2014-05-30 17:50:28 +0200 |
---|---|---|
committer | Scott Kensell <scott.kensell@prezi.com> | 2014-05-30 17:50:28 +0200 |
commit | 103b14b4624ae6b9766fab880df2eaee21e2eb77 (patch) | |
tree | 7053a0c0be83a498e38238d5b28a56ed0000a8d9 /SoMA2/templates | |
parent | a9ca9e762e19cab2f8ce769ba897d02cf406c428 (diff) | |
download | pelican-themes-103b14b4624ae6b9766fab880df2eaee21e2eb77.tar.gz |
Got rid of image on side in favor of subtitle.
Diffstat (limited to 'SoMA2/templates')
-rw-r--r-- | SoMA2/templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SoMA2/templates/base.html b/SoMA2/templates/base.html index 442a45b..33b057a 100644 --- a/SoMA2/templates/base.html +++ b/SoMA2/templates/base.html @@ -36,7 +36,7 @@ <!-- /#banner --> <div class="LaunchyardDetail"> <p> - <img src="{{ SITEURL }}/theme/images/blue-pin.png" width="100" height="100" alt="Graph icon"> + <!-- <img src="{{ SITEURL }}/theme/images/blue-pin.png" width="100" height="100" alt="Graph icon"> --> <br/> <a id="sitesubtitle" href="{{ SITEURL }}/">{% if SITESUBTITLE %}{{ SITESUBTITLE }}{% endif %}</a> <br/> |