Remove "Jasmine" from individual page titles; it's automatically added to every title on the site.

This commit is contained in:
Christian Williams 2010-11-05 10:38:22 -07:00
parent 35490f3e37
commit da2cb5d82a
9 changed files with 9 additions and 9 deletions

View File

@ -1,6 +1,6 @@
---
layout: default
title: Asynchronous Specs with Jasmine
title: Asynchronous Specs
---
### Asynchronous Specs

View File

@ -1,6 +1,6 @@
---
layout: default
title: Jasmine Background & History
title: Background & History
---
# Why Another JavaScript TDD/BDD Framework?

View File

@ -1,6 +1,6 @@
---
layout: default
title: Before and After a Jasmine Spec
title: Before and After a Spec
---
#### beforeEach

View File

@ -1,6 +1,6 @@
---
layout: default
title: Jasmine Downloads
title: Downloads
---
## Downloads

View File

@ -1,6 +1,6 @@
---
layout: default
title: Jasmine Matchers
title: Matchers
---
### Expectation Matchers

View File

@ -1,6 +1,6 @@
---
layout: default
title: Jasmine Release Notes
title: Release Notes
---
# Release Notes

View File

@ -1,6 +1,6 @@
---
layout: default
title: Jasmine Spies
title: Spies
---
### Spies

View File

@ -1,6 +1,6 @@
---
layout: default
title: Jasmine Suites & Specs
title: Suites & Specs
---
## Specs

View File

@ -1,6 +1,6 @@
---
layout: default
title: Jasmine User Guide
title: User Guide
---
# Quick Start