From f7308b2b965830225da4c802662a36d23699b0e7 Mon Sep 17 00:00:00 2001 From: PJ Hyett Date: Tue, 12 Jan 2010 14:34:42 -0800 Subject: add page title, favicon, and shorten welcome title --- _layouts/default.html | 2 +- favicon.ico | Bin 0 -> 1150 bytes index.textile | 4 ++-- 3 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 favicon.ico 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: - Help.GitHub + Help.GitHub - {{ page.title }} diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 0000000..ff5af0c Binary files /dev/null and b/favicon.ico differ 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._ -- cgit v1.3.1