summaryrefslogtreecommitdiff
path: root/_layouts/nav.html
blob: 3a04970291463a582f74422b9c09ed7e37cf2c73 (plain)
1
2
3
4
5
6
7
8
9
---
layout: master
---
<nav>
  <a href="/">Home</a> /
  <a href="/posts/">Blog</a> /
  <a href="/projects.html">Projects</a>
</nav>
{{ content }}