1
0
mirror of https://github.com/BBaoVanC/bobatheme.git synced 2025-06-25 14:47:30 -05:00

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

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