Changeset - 524b653fee92
[Not reviewed]
0 1 0
Michael Guravage (guravage) - 11 years ago 2015-01-27 10:26:02
m.a.guravage@cwi.nl
Incorporate SITEURL in the logo's path in the tempalate's footer.
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
themes/cwi/templates/base.html
Show inline comments
 
@@ -38,13 +38,13 @@
 
        </header><!-- /#banner -->
 
        {% block content %}
 
        {% endblock %}
 
        <section id="extras" class="body">
 
        {% if LINKS %}
 
                <div class="blogroll">
 
                        <h2>blogroll</h2>
 
                        <h2>hosted by</h2>
 
                        <ul>
 
                        {% for name, link in LINKS %}
 
                            <li><a href="{{ link }}">{{ name }}</a></li>
 
                        {% endfor %}
 
                        </ul>
 
                </div><!-- /.blogroll -->
 
@@ -67,13 +67,13 @@
 
                </div><!-- /.social -->
 
        {% endif %}
 
        </section><!-- /#extras -->
 

	
 
        <footer id="contentinfo" class="body">
 
          <address id="about" class="vcard body">
 
	    <img src='/theme/images/icons/cwi.jpg' width='250px' />
 
	    <img src='{{ SITEURL }}/theme/images/icons/cwi.jpg' width='250px' />
 
	    <a href="http://www.cwi.nl/general/Address" title="click here to see full address info">Science&nbsp;Park&nbsp;123&nbsp; | 1098&nbsp;XG&nbsp;Amsterdam | </a>
 
	    <a href="mailto:info@cwi.nl">info@cwi.nl</a>
 
          </address><!-- /#about -->
 
        </footer><!-- /#contentinfo -->
 

	
 
{% include 'analytics.html' %}
0 comments (0 inline, 0 general)