aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/notes/index.html
blob: 1351be11f85a369a974e2d5d05fee15b56648e46 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
---
title: Notes
navbar:
  link: Notes
  priority: 3
---
{% 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 %}