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

Latest commit

 

History

History
87 lines (76 loc) · 1.72 KB

File metadata and controls

87 lines (76 loc) · 1.72 KB
layout title permalink content-type
post
/notes/
eg
<style> .category-content a { text-decoration: none; color: #4183c4; } .category-content a:hover { text-decoration: underline; color: #4183c4; } details { padding-left: 30px; padding-bottom: 12px; padding-top: 12px; } h1 { padding-left: 20px; } hr{ color: #a1b3b9; width: 95%; background-color: transparent; } hr.type1 { border-top: 3px dashed; border-bottom: 0; background-color: transparent; } details[open] { border-bottom: 0; } summary { position: sticky; top: 0; background-color: white; } .container { padding-bottom: 190px; } .scroll-to-top { display: none } </style> {%- if page.permalink == "/notes/" -%}

MENU

{% assign mydocs = site.notes | group_by_exp: 'item', "item.category | downcase" %} {% for cat in mydocs %} {%- if cat.name != 'false' -%}
{{ cat.name | upcase }}
{%- endif -%} {% endfor %} {%- endif -%}