Skip to content

Commit

Permalink
feat: Spec contents incorporated in site, cont’d
Browse files Browse the repository at this point in the history
  • Loading branch information
strogonoff committed Nov 26, 2018
1 parent 868d8b3 commit abecb1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/item-doc-page.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{% assign is_docs_landing = false %}
{% endif %}

<section class="documentation {% if is_docs_landing %}docs-landing{% endif %}">
<section class="documentation {% if is_docs_landing %}docs-landing{% endif %} {{ include.item_type }}">
{% assign docs_base_url = product_base_url | append: "docs/" %}
{% assign item_docs = include.items | where_exp: "item", "item.url contains docs_base_url" %}
{% assign nav = item_docs | where_exp: "item", "item.path contains 'docs/navigation'" | first %}
Expand Down

0 comments on commit abecb1b

Please sign in to comment.