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.html23
1 files changed, 18 insertions, 5 deletions
diff --git a/SoMA2/templates/base.html b/SoMA2/templates/base.html
index 55ddff1..442a45b 100644
--- a/SoMA2/templates/base.html
+++ b/SoMA2/templates/base.html
@@ -30,16 +30,29 @@
<body id="index" class="home">
{% include 'github.html' %}
- <!-- <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> -->
+ <!-- <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><a href="{{ SITEURL }}/">{% if SITESUBTITLE %}{{ SITESUBTITLE }}{% endif %}</a><img src="{{ SITEURL }}/theme/images/blue-pin.png" width="100" height="100" alt="Graph icon"><br/>scottkensell.com<br/><a href="https://github.com/skensell" >github</a></p></div>
+ <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/>
+ <!-- This belongs in the about page -->
+ <!-- {% for name, link in SOCIAL %} -->
+ <!-- <a href="{{ link }}">{{ name }}</a> -->
+ <!-- <br/> -->
+ <!-- {% endfor %} -->
+ </p>
+
+{% include 'categories.html' %}
+ </div>
{% block content %}
{% endblock %}
<section id="extras" >
-
</section><!-- /#extras -->