Add version numbers to doc titles to prevent duplicate titles between versions. This should make results on search engines clearer and more explicit.

This commit is contained in:
Thom Brown
2012-05-17 15:49:33 -04:00
parent ac9cfe8bc2
commit 2aadc65f80

View File

@ -1,7 +1,7 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en" dir="ltr">
<head>
<title>PostgreSQL: Documentation: Manuals: {{page.title}}</title>
<title>PostgreSQL: Documentation: {{doc_nav_version}}: {{page.title}}</title>
<style type="text/css" media="screen" title="Normal Text">@import url("/media/css/docs.css");</style>
<link rel="alternate stylesheet" media="screen" href="/media/css/docs_large.css" type="text/css" title="Large Text" />
<script type="text/javascript" src="/media/js/styleswitcher.js"></script>