Fix titles and .htaccess
diff --git a/content/.htaccess b/content/.htaccess
new file mode 100644
index 0000000..fa6337a
--- /dev/null
+++ b/content/.htaccess
@@ -0,0 +1,3 @@
+RewriteEngine On
+RewriteCond %{HTTPS} off
+RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
diff --git a/theme/openoffice/templates/base.html b/theme/openoffice/templates/base.html
index f22aa70..a714496 100644
--- a/theme/openoffice/templates/base.html
+++ b/theme/openoffice/templates/base.html
@@ -19,6 +19,7 @@
     limitations under the License.
   -->
 {% block head %}
+<title>{{ page.title }}</title>
 <meta name="description" content="The official developer website of the Apache OpenOffice open source project, home of OpenOffice Writer, Calc, Impress, Draw and Base." />
 <meta name="keywords" content="OpenOffice, Open Office, Apache OpenOffice, Apache Open Office, OpenOffice.org, Developer, Project, Website, Official, Writer, Calc, Impress, Draw, Base, ODF, Open Document Format" />
 <meta name="google-site-verification" content="uu79eqa3Tzx81rhyk66kY0sIwrFIayoneGXFEy-FkNY" />
@@ -31,7 +32,7 @@
 
 <body>
   <div id="banner">
-      <div id="bannerleft"><a alt="Apache OpenOffice" href="https://openoffice.apache.org/">
+      <div id="bannerleft"><a alt="Apache OpenOffice" href="/">
           <img id="logo" alt="Apache OpenOffice" src="/images/AOO4_website_logo.png"/></a></div>
 
    <div id="bannercenter"><br/>&nbsp;The Free and Open Productivity Suite</div>