diff options
Diffstat (limited to 'notmyidea-cms/templates')
-rw-r--r-- | notmyidea-cms/templates/base.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/notmyidea-cms/templates/base.html b/notmyidea-cms/templates/base.html index f5e2b68..8f3d20e 100644 --- a/notmyidea-cms/templates/base.html +++ b/notmyidea-cms/templates/base.html @@ -55,7 +55,7 @@ </ul> </div> {% if LINKS %} - <div class="widget social"> + <div class="widget blogroll"> <h2>Blogroll</h2> <ul> {% for name, link in LINKS %} @@ -65,7 +65,7 @@ </div><!-- /.blogroll --> {% endif %} {% if SOCIAL %} - <div class="widget"> + <div class="widget social"> <h2>Social</h2> <ul> <li><a href="{{ SITEURL }}/{{ FEED }}" rel="alternate">atom feed</a></li> |