We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d066701 + ca5ec2a commit f5f273fCopy full SHA for f5f273f
site/pythonla/templates/base.jinja2
@@ -14,11 +14,11 @@
14
<body>
15
<div class="container">
16
<div id="header" class="span-24 prepend-top last">
17
- <div id="logo" class="span-3">
18
- <img src="static/img/logo.png" alt="LA Python logo: Lights, camera, whitespace!" />
+ <div id="logo" class="span-4">
+ <a href="/"><img src="static/img/logo.png" alt="LA Python logo: Lights, camera, whitespace!" /></a>
19
{% block header %}{% endblock header %}
20
</div>
21
- <div id="nav" class="span-21 last">
+ <div id="nav" class="span-20 last">
22
<ul id="navigation">
23
{% for item in navigation %}
24
<li><a href="{{ item.href }}">{{ item.caption }}</a></li>
0 commit comments