projects
/
pgdayuk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0153f84
)
Add the year to the title
author
Dave Page
<dpage@pgadmin.org>
Tue, 16 Apr 2024 14:37:06 +0000
(15:37 +0100)
committer
Dave Page
<dpage@pgadmin.org>
Tue, 16 Apr 2024 14:37:06 +0000
(15:37 +0100)
templates/base.html
patch
|
blob
|
blame
|
history
diff --git
a/templates/base.html
b/templates/base.html
index 1ae309d9fab7bd39d4fe7548ce904528e6cb632b..349cb4938f89848f94938e18e00bb2d2b29b5d14 100644
(file)
--- a/
templates/base.html
+++ b/
templates/base.html
@@
-52,7
+52,7
@@
<a id="logo" href="{{ link("") }}">
<img src="{{ media("img/optimised/pgday-uk-elephant.svg") }}" alt="{{ confname }} {{ year }}" />
</a>
- <h1>{{ confname }}</h1>
+ <h1>{{ confname }}
{{ year }}
</h1>
<!-- Main Menu -->
<nav id="main-menu" role="navigation">
<a href="#mainmenu" title="Show Main Menu" id="menu-pancake" aria-haspopup="true"></a>