Use title-casing on the homepage banner.
authorJonathan S. Katz <jonathan.katz@excoventures.com>
Tue, 16 Oct 2018 14:13:28 +0000 (10:13 -0400)
committerJonathan S. Katz <jonathan.katz@excoventures.com>
Tue, 16 Oct 2018 14:13:28 +0000 (10:13 -0400)
This was affected by the patch that stopped automatically uppercasing
all banners.

templates/index.html

index a297898d34ce74c9f1738e9593714aea8fb407e0..2a5b90a38e1d549f66be01118406aae3f24b7dbe 100644 (file)
@@ -7,7 +7,7 @@
 {%block layoutblock%}
 <div class="jumbotron jumbotron-fluid pg-jumbotron">
   <div class="container">
-    <h1 class="text-white pg-jumbotron-header">PostgreSQL: The World's Most Advanced open source relational database</h1>
+    <h1 class="text-white pg-jumbotron-header">PostgreSQL: The World's Most Advanced Open Source Relational Database</h1>
     <div class="row">
       <div class="col text-center">
         <a class="btn btn-light btn-rounded" role="button" href="/download/">Download <i class="fa fa-arrow-right" aria-hidden="true"></i></a>