diff options
| author | Chris Wanstrath <chris@ozmm.org> | 2010-01-14 15:12:55 -0800 |
|---|---|---|
| committer | Chris Wanstrath <chris@ozmm.org> | 2010-01-14 15:12:55 -0800 |
| commit | 8794d5ba3b517e35331828017077a4f092126921 (patch) | |
| tree | 10c8d52c800fd1493ad91bfd3cfa5a8b3f51c3d8 /_layouts | |
| parent | e51344431005f8d43a32fbaddaddafd663df2565 (diff) | |
| parent | 9a93b6a4f2f696e510fae665b59447f53d0ad714 (diff) | |
Merge branch 'master' of github.com:help/help.github.com
Conflicts:
_layouts/default.html
Diffstat (limited to '_layouts')
| -rw-r--r-- | _layouts/default.html | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index 0c53511..16bea57 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -8,6 +8,7 @@ sidebar_cats: - windows - linux - other +- "Site Policy" --- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> @@ -15,7 +16,7 @@ sidebar_cats: <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> - <title>Help.GitHub</title> + <title>Help.GitHub - {{ page.title }}</title> <link href="http://github.com/stylesheets/bundle_common.css" media="screen" rel="stylesheet" type="text/css" /> <link href="http://github.com/stylesheets/bundle_github.css" media="screen" rel="stylesheet" type="text/css" /> @@ -96,11 +97,11 @@ sidebar_cats: <a href="http://github.wordpress.com">Status</a> </div> <div class="company"> - © - 2010 + © + {{ site.time | date: "%Y" }} GitHub Inc. All rights reserved. - | <a href="http://github.com/site/terms">Terms of Service</a> | <a href="http://github.com/site/privacy">Privacy Policy</a> + | <a href="http://github.com/site/terms">Terms of Service</a> | <a href="http://github.com/site/privacy">Privacy Policy</a> </div> </div> </div> |
