From eca642bf6f779d0422f9085cc31464fed116c45b Mon Sep 17 00:00:00 2001 From: Matt Swanson Date: Thu, 5 Sep 2013 09:37:11 -0400 Subject: [PATCH] Fix typo in data docs; update section pagination for migrations to correctly point back to data --- site/docs/data.md | 12 +++++++----- site/docs/migrations.md | 2 +- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/site/docs/data.md b/site/docs/data.md index 1f505939..b41dbe07 100644 --- a/site/docs/data.md +++ b/site/docs/data.md @@ -46,16 +46,18 @@ In `_data/members.yml`: This data can be accessed via `site.data.members` (notice that the filename determines the variable name). -You can now do render the list of members in a template: +You can now render the list of members in a template: {% highlight html %} +{% raw %} +{% endraw %} {% endhighlight %} diff --git a/site/docs/migrations.md b/site/docs/migrations.md index b1890abb..100bd54e 100644 --- a/site/docs/migrations.md +++ b/site/docs/migrations.md @@ -1,7 +1,7 @@ --- layout: docs title: Blog migrations -prev_section: variables +prev_section: data next_section: templates permalink: /docs/migrations/ ---