Initial docs

This commit is contained in:
lvuch
2018-04-12 13:59:16 -07:00
commit d1752b4c7c
195 changed files with 131650 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
<nav>
<ul class="tabs">
{{ range .Sections }}
<li><a href="{{ .Permalink }}">{{ .Title }}</a></li>
{{ end }}
</ul>
</nav>