aboutsummaryrefslogtreecommitdiffstats
path: root/SoMA2/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'SoMA2/templates/base.html')
-rw-r--r--SoMA2/templates/base.html7
1 files changed, 3 insertions, 4 deletions
diff --git a/SoMA2/templates/base.html b/SoMA2/templates/base.html
index 33b057a..b4e7c59 100644
--- a/SoMA2/templates/base.html
+++ b/SoMA2/templates/base.html
@@ -37,15 +37,14 @@
<div class="LaunchyardDetail">
<p>
<!-- <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/>
+ </p>
+ <p><a id="sitesubtitle" href="{{ SITEURL }}/">{% if SITESUBTITLE %}{{ SITESUBTITLE }}{% endif %}</a></p>
+
<!-- This belongs in the about page -->
<!-- {% for name, link in SOCIAL %} -->
<!-- <a href="{{ link }}">{{ name }}</a> -->
<!-- <br/> -->
<!-- {% endfor %} -->
- </p>
{% include 'categories.html' %}
</div>