aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap2/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap2/templates/base.html')
-rw-r--r--bootstrap2/templates/base.html9
1 files changed, 6 insertions, 3 deletions
diff --git a/bootstrap2/templates/base.html b/bootstrap2/templates/base.html
index 326bb62..0086f1a 100644
--- a/bootstrap2/templates/base.html
+++ b/bootstrap2/templates/base.html
@@ -88,10 +88,12 @@
</li>
{% endfor %}
- <li class="divider-vertical"></li>
+ <ul class="nav pull-right">
+ <li><a href="{{ SITEURL }}/archives.html"><i class="icon-th-list"></i>Archives</a></li>
+ </ul>
+
+
- <li><a href="{{ SITEURL }}/archives.html"><i class="icon-th-list"></i>Archives</a></li>
- </li>
</ul>
<!--<p class="navbar-text pull-right">Logged in as <a href="#">username</a></p>-->
@@ -140,6 +142,7 @@
{% endfor %}
{% include 'twitter_profile.html' %}
+ {% include 'search_sidebar.html' %}
{% if SIDEBAR_CUSTOM %}
{{ SIDEBAR_CUSTOM }}