diff options
| author | PJ Hyett <pjhyett@gmail.com> | 2010-01-12 14:34:42 -0800 |
|---|---|---|
| committer | PJ Hyett <pjhyett@gmail.com> | 2010-01-12 14:34:42 -0800 |
| commit | f7308b2b965830225da4c802662a36d23699b0e7 (patch) | |
| tree | d9c55980c15c4e015b2c255324305f08b17ff7ca /_layouts/default.html | |
| parent | 18116b81dd0688a8b946056493a21b5f91f9686b (diff) | |
add page title, favicon, and shorten welcome title
Diffstat (limited to '_layouts/default.html')
| -rw-r--r-- | _layouts/default.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index 6497ff6..ee529e9 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -15,7 +15,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" /> |
