diff options
author | espern <loic.espern@gmail.com> | 2014-02-25 12:55:35 +0100 |
---|---|---|
committer | espern <loic.espern@gmail.com> | 2014-02-25 12:55:35 +0100 |
commit | f21cb73edadd9c4c87d41b2a19842a8c7fa4417b (patch) | |
tree | 6d84e492a4403efd67fac06d14afb89c0ed8545a | |
parent | 082384ec5c4231bd32a96e56697c3b0fb764cd83 (diff) | |
download | pelican-themes-f21cb73edadd9c4c87d41b2a19842a8c7fa4417b.tar.gz |
Added website subtitle
-rwxr-xr-x | simple-bootstrap/templates/base.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/simple-bootstrap/templates/base.html b/simple-bootstrap/templates/base.html index 934c488..e282538 100755 --- a/simple-bootstrap/templates/base.html +++ b/simple-bootstrap/templates/base.html @@ -45,6 +45,7 @@ <li{% if author or tag %} class="active"{% endif %}{% block archclass %}{{ ARCHCLASS }}{% endblock archclass %}><a href="{{ SITEURL }}/archives.html">Archives</a></li> </ul> <h3 class="text-muted"><a href="{{ SITEURL }}">{{ SITENAME }}</a></h3> + <h2 class="text-muted">{{ SITESUBTITLE }}</h2> </div> {% block content %} {% endblock %} |