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 | |
| parent | 18116b81dd0688a8b946056493a21b5f91f9686b (diff) | |
add page title, favicon, and shorten welcome title
| -rw-r--r-- | _layouts/default.html | 2 | ||||
| -rw-r--r-- | favicon.ico | bin | 0 -> 1150 bytes | |||
| -rw-r--r-- | index.textile | 4 |
3 files changed, 3 insertions, 3 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" /> diff --git a/favicon.ico b/favicon.ico Binary files differnew file mode 100644 index 0000000..ff5af0c --- /dev/null +++ b/favicon.ico diff --git a/index.textile b/index.textile index b17c639..ed5aa4c 100644 --- a/index.textile +++ b/index.textile @@ -1,9 +1,9 @@ --- layout: default -title: Welcome to the GitHub Help site +title: Welcome --- -Here we have compiled many guides to help you set up and use git and GitHub. +Welcome to the GitHub Help site. Here we have compiled many guides to help you set up and use git and GitHub. _This site is a work in progress._ |
