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.html20
1 files changed, 17 insertions, 3 deletions
diff --git a/SoMA2/templates/base.html b/SoMA2/templates/base.html
index 102feeb..c2a3f7b 100644
--- a/SoMA2/templates/base.html
+++ b/SoMA2/templates/base.html
@@ -33,12 +33,26 @@
<!-- <header id="banner" class="body"> -->
<!-- <h1><a href="{{ SITEURL }}/"><img src="http://www.launchyard.com/images/logo.png" />{% if SITESUBTITLE %}<strong>{{ SITESUBTITLE }}</strong>{% endif %}</a></h1> -->
<!-- </header> -->
-<!-- /#banner -->
+
<div class="LaunchyardDetail">
- <p>
+ <!-- <p> -->
<!-- <img src="{{ SITEURL }}/theme/images/blue-pin.png" width="100" height="100" alt="Graph icon"> -->
- </p>
+ <!-- </p> -->
<p><a id="sitesubtitle" href="{{ SITEURL }}/">{% if SITESUBTITLE %}{{ SITESUBTITLE }}{% endif %}</a></p>
+ {% if SITETAGLINE %}<p id="sitetagline">{{ SITETAGLINE }}</p>{% endif %}
+ <p><a id="aboutlink" href="{{ SITEURL }}/pages/about.html">about</a></p>
+
+ <!-- <ul> -->
+ <!-- <li><a href="{{ SITEURL }}/pages/about.html">about</a></li> -->
+ <!-- <li><a href="{{ SITEURL }}/pages/about.html">articles</a></li> -->
+<!-- {% if articles %} -->
+<!-- <br/> -->
+<!-- <br/> -->
+<!-- {% for article in articles %} -->
+<!-- <li><a href="">{{ article.title }}</a></li> -->
+<!-- {% endfor %} -->
+<!-- {% endif %} -->
+ <!-- </ul> -->
<!-- This belongs in the about page -->
<!-- {% for name, link in SOCIAL %} -->