Add basic theme files

This commit is contained in:
2021-09-25 20:52:01 -05:00
parent 19bfe67de0
commit 03eb50ccca
17 changed files with 347 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
<div class="navbar">
<a href="{{ "/" | relURL }}">Home</a>
{{ range .Site.Menus.main }}
<a href="{{ .URL }}">{{ .Name }}</a>
{{ end }}
</div>