mirror of
https://github.com/postgres/pgweb.git
synced 2025-08-01 15:54:53 +00:00
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:
@ -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>
|
||||
|
Reference in New Issue
Block a user