aboutsummaryrefslogtreecommitdiffstats
path: root/brownstone/templates/base.html
diff options
context:
space:
mode:
authorKyle Fuller <inbox@kylefuller.co.uk>2015-04-05 18:35:43 +0100
committerKyle Fuller <inbox@kylefuller.co.uk>2015-04-05 18:35:43 +0100
commitea1634c83e83234469c43abff88187b0af5806f0 (patch)
tree643a60f134eb141fa65f65763343051cb82f1577 /brownstone/templates/base.html
parentde9b9b178cd975198e101801fce89331ef38a678 (diff)
parent9dc979391b55eff77788d3bfeebda81721efd0b6 (diff)
downloadpelican-themes-ea1634c83e83234469c43abff88187b0af5806f0.tar.gz
Merge pull request #297 from rschiang/patch-1
Add missing `</a>` closing tag for Brownstone
Diffstat (limited to 'brownstone/templates/base.html')
-rw-r--r--brownstone/templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/brownstone/templates/base.html b/brownstone/templates/base.html
index c1bb31d..1387f1b 100644
--- a/brownstone/templates/base.html
+++ b/brownstone/templates/base.html
@@ -31,7 +31,7 @@ Released : 20100928
{% endblock %}
<div id="sidebar">
<div id="logo">
- <h1><a href="{{ SITEURL }}">{{ SITENAME }}</h1>
+ <h1><a href="{{ SITEURL }}">{{ SITENAME }}</a></h1>
{% if SITESUBTITLE %}<p>{{ SITESUBTITLE }}</p>{% endif %}
</div>
<div id="menu">