projects
/
pgdayuk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
371d8a5
)
Tweak header
author
Chris Ellis
<chris@intrbiz.com>
Tue, 16 Jul 2024 12:05:52 +0000
(13:05 +0100)
committer
Chris Ellis
<chris@intrbiz.com>
Tue, 16 Jul 2024 12:05:52 +0000
(13:05 +0100)
templates/base.html
patch
|
blob
|
blame
|
history
diff --git
a/templates/base.html
b/templates/base.html
index 713f1e8eeee4d6a967def1f424af78b08ab5c5c0..53d73851b5f913ba25cdbc9d33a832bcd3e957a0 100644
(file)
--- a/
templates/base.html
+++ b/
templates/base.html
@@
-87,9
+87,9
@@
{% if pagemode == 'page' %}
<!-- content page layouts -->
<section class="header">
- <h2>{% block pagetitle %}{% endblock %}</h2>
- <h5>{% block pagesubtitle %}{% endblock %}</h5>
<div class="container">
+ <h2>{% block pagetitle %}{% endblock %}</h2>
+ <h5>{% block pagesubtitle %}{% endblock %}</h5>
{% block pageintro %}{% endblock %}
</div>
</section>