Skip to content

Commit

Permalink
minor formatting fix suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadia committed Jan 21, 2015
1 parent 2491ff8 commit 9f37bcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DESIGN.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ than Git itself.
them to fill in the page.
6. Commands can be embedded in the body of a page. One is
{% raw %}{% include something.html %}{% endraw %}, which tells
`{% raw %}{% include something.html %}{% endraw %}`, which tells
Jekyll to copy the contents of `something.html` into the file
being translated; this is used to create standard headers and
footers for pages. Another is `{{variable}}`: when Jekyll sees
Expand All @@ -66,7 +66,7 @@ than Git itself.
called `venue`, `{{page.venue}}` is replaced by "Euphoric State
University" (or whatever value the variable has).
8. If a page uses {% raw %}{% include something.html %}{% endraw %}
8. If a page uses `{% raw %}{% include something.html %}{% endraw %}`
to include a snippet of HTML, Jekyll looks in a directory called
`_includes` to find `something.html`. It always looks there, and
nowhere else, so anything we want people to be able to include in
Expand Down

0 comments on commit 9f37bcb

Please sign in to comment.