layout | title | description | collection | collectionpath | collapsed | anchor | start |
---|---|---|---|---|---|---|---|
page |
NIST Special Publication 800-63-4 |
NIST Special Publication 800-63-4 |
sp800-63 |
sp800-63 |
true |
purpose |
introduction |
{{ site.time | date_to_rfc822 }}
{% assign items = site[page.collection] | sort: "navOrder" %}
{% for item in items %}
{% if item.section and item.section != "" and item.section != blank and item.section != nil %}
{% capture sectionAttr %}data-section="{{item.section}}"{% endcapture %}
{% include anchor_headings.html html=item.content headerAttrs=sectionAttr anchorClass="header-link" anchorBody="<i class="fa fa-link">" %}
{% else %}
{% include anchor_headings.html html=item.content anchorClass="header-link" anchorBody="<i class="fa fa-link">" %}
{% endif %}
{% endfor %}