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/ ---