From: Magnus Hagander Date: Fri, 29 Jun 2018 15:59:26 +0000 (+0200) Subject: Move "blue topbar" to ESI page X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=169db96051f2400f376bb81b517cd87f60525b2d;p=pgweb.git Move "blue topbar" to ESI page --- diff --git a/templates/base/base.html b/templates/base/base.html index 8ec4a1f7..dc7e95ad 100644 --- a/templates/base/base.html +++ b/templates/base/base.html @@ -58,8 +58,7 @@
-
- 28th June 2018: PostgreSQL 11 Beta 2 Released! +
{%include "base/esi.html" with includepage="/include/topbar" %}
diff --git a/templates/pages/include/topbar.html b/templates/pages/include/topbar.html new file mode 100644 index 00000000..d697ea8d --- /dev/null +++ b/templates/pages/include/topbar.html @@ -0,0 +1 @@ +28th June 2018: PostgreSQL 11 Beta 2 Released!