Skip to content
This repository has been archived by the owner on May 25, 2023. It is now read-only.

Latest commit

 

History

History
53 lines (50 loc) · 2.19 KB

collection.md

File metadata and controls

53 lines (50 loc) · 2.19 KB
layout permalink content-type
post
/collection/
eg
<style> summary.cat { position: sticky; top: 0; background-color: white; } .container { padding-bottom: 190px; } </style>

{%- if page.permalink == "/collection/"-%} {% for collection in site.collections %} {%- if collection.label != "private" and collection.label != "posts" -%} {%- assign docs = "/" | append: collection.label -%}

{{ collection.label | capitalize}}
{%- endif -%} {% endfor %} {%- endif -%}