aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/notes/index.html
blob: 8e03612de9b59695944ee04a0da795b47728bec3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
title: Notes
navbar:
  link: Notes
  priority: 3
sidebar:
  notes:
    hide: true
---
{% if site.notes.size > 0 %}
  <p>Style guides and best practices, not worthy of a post.</p>
  {% include notes.html %}
{% else %}
  <p>Sorry, no notes have been added yet.</p>
{% endif %}