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:
6
layouts/partials/navbar.html
Normal file
6
layouts/partials/navbar.html
Normal file
@ -0,0 +1,6 @@
|
||||
<div class="navbar">
|
||||
<a href="{{ "/" | relURL }}">Home</a>
|
||||
{{ range .Site.Menus.main }}
|
||||
<a href="{{ .URL }}">{{ .Name }}</a>
|
||||
{{ end }}
|
||||
</div>
|
Reference in New Issue
Block a user