diff options
author | bnewbold <bnewbold@robocracy.org> | 2016-05-02 00:10:46 -0400 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2016-05-02 00:10:46 -0400 |
commit | 90761d2383cf6e1288e37d6a4467efdd50dafa55 (patch) | |
tree | e8031788e0ad579827d5f7d3395d9b68fd9b9e15 /theme/templates/base.html | |
parent | 9d6b1887e63d1b50b9ecc5fd9af07dfd9af44a6c (diff) | |
download | bnewnet-90761d2383cf6e1288e37d6a4467efdd50dafa55.tar.gz bnewnet-90761d2383cf6e1288e37d6a4467efdd50dafa55.zip |
fix up themes (work in progress)
Diffstat (limited to 'theme/templates/base.html')
-rw-r--r-- | theme/templates/base.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/theme/templates/base.html b/theme/templates/base.html index 5c9fb0e..e69d326 100644 --- a/theme/templates/base.html +++ b/theme/templates/base.html @@ -64,8 +64,8 @@ <span class="path"> {% block path %}{% endblock %} </span> -<h1 class="content_title">{% block pagetitle %}Hey Hey Hey!{% endblock %}</h1> -<h2 class="content_subtitle">{% block pagesubtitle %}{% endblock %}</h2> +<h1 class="pagetitle">{% block pagetitle %}Hey Hey Hey!{% endblock %}</h1> +<h2 class="pagesubtitle">{% block pagesubtitle %}{% endblock %}</h2> <div class="right_stuff"> {% block right_stuff %} {% endblock %} |