Skip to content

Commit

Permalink
Add {% raw %} block inside HTML comments to prevent example from bein…
Browse files Browse the repository at this point in the history
…g processed

Co-authored-by: Frank Taillandier <[email protected]>
  • Loading branch information
parkr and DirtyF committed Oct 2, 2019
1 parent 48b972b commit 017b483
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/site.github.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,13 @@ Simply, reference any of the below keys as you would any other site configuratio

For example, to list a project's name, you might write something like `The project is called {{ site.github.project_title }}` or to list an organization's open source repositories, you might use the following:

<!-- {% raw %} -->
```liquid
{% for repository in site.github.public_repositories %}
* [{{ repository.name }}]({{ repository.html_url }})
{% endfor %}
```
<!-- {% endraw %} -->

#### Available repository metadata

Expand Down

0 comments on commit 017b483

Please sign in to comment.